Skip to content

Commit 7e4cbf5

Browse files
committed
Use v1.2.0
1 parent 19f6be8 commit 7e4cbf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-with-ssh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# GITHUB ENVIROMENT is appropriate to use, but it is not available for private repository
2727
- name: deploy to staging
2828
if: ${{ inputs.target == 'staging' }}
29-
uses: appleboy/ssh-action@master
29+
uses: appleboy/ssh-action@v1.2.0
3030
with:
3131
host: ${{ vars.DEPLOY_STAGING_SSH_HOST }}
3232
port: ${{ vars.DEPLOY_STAGING_SSH_PORT }}
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: deploy to production
4141
if: ${{ inputs.target == 'production' }}
42-
uses: appleboy/ssh-action@master
42+
uses: appleboy/ssh-action@v1.2.0
4343
with:
4444
host: ${{ vars.DEPLOY_PRODUCTION_SSH_HOST }}
4545
port: ${{ vars.DEPLOY_PRODUCTION_SSH_PORT }}

0 commit comments

Comments
 (0)