From 242d5c6a68d0e6e18161f50aa64b485fe3df8780 Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Fri, 8 Apr 2022 16:49:29 +0200 Subject: [PATCH] Fix command --- .github/update-wishthis-instances.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update-wishthis-instances.yml b/.github/update-wishthis-instances.yml index bfc8dcdb..1f22f540 100644 --- a/.github/update-wishthis-instances.yml +++ b/.github/update-wishthis-instances.yml @@ -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 }}