Skip to content

Commit 74f3293

Browse files
committed
wip
1 parent 3f96902 commit 74f3293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
# TODO: FOR TESTING ONLY, REMOVE THIS
6464
- name: Debug
65-
run: ssh ${{ secrets.SSH_USERNAME }}:${{ secrets.SSH_PASSWORD }}@${{ secrets.SSH_HOST }} whoami && echo $PATH
65+
run: ssh "${{ secrets.SSH_USERNAME }}":"${{ secrets.SSH_PASSWORD }}"@${{ secrets.SSH_HOST }} whoami && echo $PATH
6666

6767
# TODO: FOR TESTING ONLY, REMOVE THIS
6868
- name: Debug

0 commit comments

Comments
 (0)