Skip to content

Commit 3d65dc4

Browse files
committed
fix wf syntax
1 parent 654d0d4 commit 3d65dc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-to-cs-wm-edu.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ jobs:
2626
key: ${{ secrets.SSH_PRIVATE_KEY }}
2727
known_hosts: 'just-a-placeholder-so-we-dont-get-errors'
2828

29-
- name: Adding Known Hosts
29+
- name: Test Adding Known Hosts
3030
run: ssh-keyscan -v -H ${{ vars.CS_DEPT_HOST }}
31+
32+
- name: Add host to known hosts
3133
run: ssh-keyscan -H ${{ vars.CS_DEPT_HOST }} >> ~/.ssh/known_hosts
3234

3335
- name: Deploy with rsync

0 commit comments

Comments
 (0)