We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f96902 commit 74f3293Copy full SHA for 74f3293
.github/workflows/check.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# TODO: FOR TESTING ONLY, REMOVE THIS
64
- name: Debug
65
- run: ssh ${{ secrets.SSH_USERNAME }}:${{ secrets.SSH_PASSWORD }}@${{ secrets.SSH_HOST }} whoami && echo $PATH
+ run: ssh "${{ secrets.SSH_USERNAME }}":"${{ secrets.SSH_PASSWORD }}"@${{ secrets.SSH_HOST }} whoami && echo $PATH
66
67
68
0 commit comments