Fix command

This commit is contained in:
Jay Trees 2022-04-08 16:49:29 +02:00
parent 3bf3f9303e
commit 242d5c6a68

View file

@ -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 }}