We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57de92e commit cfb0ac3Copy full SHA for cfb0ac3
.github/workflows/deploy-explorer.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
CGO_ENABLED=0 make build-api
35
- name: rm
36
- uses: appleboy/ssh-action@v1.1.0
+ uses: appleboy/ssh-action@v1.2.0
37
with:
38
host: ${{ secrets.EXPLORER_SSH_HOST }}
39
username: ${{ secrets.EXPLORER_SSH_USERNAME }}
@@ -53,7 +53,7 @@ jobs:
53
rm: true
54
target: ./local-ai
55
- name: restarting
56
57
58
59
0 commit comments