We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df66e27 commit b7fc6c1Copy full SHA for b7fc6c1
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Execute remote SSH commands using password
12
- uses: appleboy/ssh-action@v1.1.0
+ uses: appleboy/ssh-action@v1
13
with:
14
host: ${{ secrets.HOST }}
15
key: ${{ secrets.SSH_KEY }}
0 commit comments