Skip to content

Commit 82d1ba5

Browse files
committed
i hope this one will be the good one
1 parent 17439be commit 82d1ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-sandbox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
7171
- name: Extract
7272
run : |
73-
sshpass -p ${{ secrets.SANDBOX_SSH_PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.SANDBOX_SSH_USER }}@${{ secrets.SANDBOX_SSH_HOST }} "cd /home/socialgo/www && tar xzvf artifact.tar.gz -C /twitch-widget-sandbox && rm artifact.tar.gz"
73+
sshpass -p ${{ secrets.SANDBOX_SSH_PASSWORD }} ssh -o StrictHostKeyChecking=no ${{ secrets.SANDBOX_SSH_USER }}@${{ secrets.SANDBOX_SSH_HOST }} "cd /home/socialgo/www && tar xzvf artifact.tar.gz -C twitch-widget-sandbox && rm artifact.tar.gz"
7474

0 commit comments

Comments
 (0)