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 9eb480b commit 6edbb05Copy full SHA for 6edbb05
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Copy JAR to VM via SCP
72
73
- uses: appleboy/scp-action@v1.0.3
+ uses: appleboy/scp-action@v0.1.7
74
with:
75
host: ${{ secrets.VM_HOST }}
76
username: ${{ secrets.VM_USERNAME }}
@@ -82,7 +82,7 @@ jobs:
82
83
- name: SSH and Restart Service
84
# This action securely logs into our VM and runs the restart commands
85
- uses: appleboy/ssh-action@v1.0.3a
+ uses: appleboy/ssh-action@v0.1.7
86
87
88
0 commit comments