We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1c86f commit 4401d8eCopy full SHA for 4401d8e
1 file changed
.github/workflows/develop_pull_request.yml
@@ -91,7 +91,7 @@ jobs:
91
uses: aws-actions/amazon-ecr-login@v1
92
93
- name: Deploy to EC2 via SSH
94
- uses: appleboy/ssh-action@v1
+ uses : appleboy/ssh-action@master
95
with:
96
host: ${{ secrets.AWS_EC2_HOST }}
97
username: ${{ secrets.AWS_EC2_USER }}
0 commit comments