We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1a424 commit e72c385Copy full SHA for e72c385
1 file changed
.github/workflows/cd.yml
@@ -32,7 +32,7 @@ jobs:
32
run: ./gradlew clean build -x test
33
34
- name: Upload JAR to EC2
35
- uses: appleboy/scp-action@v0.1.3
+ uses: appleboy/scp-action@master
36
with:
37
host: ${{ secrets.DEVSYNC_EC2_HOST }}
38
username: ${{ secrets.DEVSYNC_EC2_USERNAME }}
@@ -42,7 +42,7 @@ jobs:
42
target: "/home/ubuntu/"
43
44
- name: Run JAR on EC2
45
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/ssh-action@master
46
47
48
0 commit comments