Skip to content

Commit

Permalink
fix: cast string
Browse files Browse the repository at this point in the history
  • Loading branch information
Storce authored Dec 27, 2024
1 parent a7f1a55 commit 6eda41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- run: sudo apt install sshpass
- name: Sync folders
run:
sshpass -p ${{ secrets.SSH_PASSWD }} rsync -zv -e "ssh -o StrictHostKeyChecking=no" build-dist "${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:~/public_html"
sshpass -p "${{ secrets.SSH_PASSWD }}" rsync -zv -e "ssh -o StrictHostKeyChecking=no" build-dist "${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:~/public_html"

0 comments on commit 6eda41d

Please sign in to comment.