Skip to content

Commit

Permalink
Merge pull request #1274 from devinit/patch/appleboy-version
Browse files Browse the repository at this point in the history
Fix appleboy/scp-action version to v0.1.4
  • Loading branch information
edwinmp authored Dec 7, 2022
2 parents e621b16 + f9d6aab commit 3042384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "DATA_SITE_URL=dev.devinit.org" >> $GITHUB_ENV
- name: copy deploy file via ssh
uses: appleboy/scp-action@master
uses: appleboy/scp-action@v0.1.4
env:
HOST: ${{ env.HOST }}
USERNAME: ${{ env.USERNAME }}
Expand Down

0 comments on commit 3042384

Please sign in to comment.