We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3419c60 commit e319a8eCopy full SHA for e319a8e
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
run: echo ${{ steps.docker_build.outputs.digest }}
87
88
- name: Pull image and start container in deploy host
89
- uses: appleboy/ssh-action@master
+ uses: appleboy/ssh-action@v1.0.3
90
with:
91
host: ${{ env.DEPLOYMENT_HOST }}
92
username: ${{ secrets.DEPLOY_USER }}
0 commit comments