Skip to content

Commit 3732a50

Browse files
committed
change workflow
1 parent f7988fc commit 3732a50

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/debug.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- name: Output SSH Command
2121
run: echo "ssh -i <path-to-private-key> -o 'StrictHostKeyChecking=no' runner@$(hostname)"
2222

23-
- name: Keep Job Running
23+
- name: Verify SSH Configuration
2424
run: |
25-
while true; do sleep 100; done
25+
cat ~/.ssh/authorized_keys
26+
sudo launchctl list | grep ssh
27+
28+
- name: Keep Job Running
29+
run: sleep 3600

0 commit comments

Comments
 (0)