-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1277 from devinit/patch/appleboy-version
Fix ssh-action and scp-action versions
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
echo "DATA_SITE_URL=dev.devinit.org" >> $GITHUB_ENV | ||
- name: copy deploy file via ssh | ||
uses: appleboy/[email protected].4 | ||
uses: appleboy/[email protected].3 | ||
env: | ||
HOST: ${{ env.HOST }} | ||
USERNAME: ${{ env.USERNAME }} | ||
|
@@ -65,7 +65,7 @@ jobs: | |
target: '.' | ||
|
||
- name: run deployment | ||
uses: appleboy/ssh-action@master | ||
uses: appleboy/ssh-action@v0.1.4 | ||
with: | ||
host: ${{ env.HOST }} | ||
username: ${{ env.USERNAME }} | ||
|