Fix command
This commit is contained in:
parent
3bf3f9303e
commit
242d5c6a68
1 changed files with 1 additions and 1 deletions
2
.github/update-wishthis-instances.yml
vendored
2
.github/update-wishthis-instances.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
- name: git pull
|
||||
uses: garygrossgarten/github-action-ssh@release
|
||||
with:
|
||||
command: git pull
|
||||
command: ${{ secrets.SSH_COMMAND }}
|
||||
host: ${{ secrets.SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USERNAME }}
|
||||
password: ${{ secrets.SSH_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue