Compare commits

..

No commits in common. "f50bbeba94332af6a2d28721c5221aa793d207d4" and "488b5d61fdde424867eeddcb997f76a427721a71" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -128,5 +128,5 @@ jobs:
- name: Copy Identity File to Host - name: Copy Identity File to Host
if: inputs.action == 'create' if: inputs.action == 'create'
run: | run: |
ssh -o StrictHostKeyChecking=accept-new noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh' ssh noah@${{ steps.host.outputs.stdout }} 'mkdir -pv .ssh'
scp -i deploy_ed25519 arrow_ed25519 noah@${{ steps.host.outputs.stdout }}:~/.ssh/id_ed25519 scp -i deploy_ed25519 arrow_ed25519 noah@${{ steps.host.outputs.stdout }}:~/.ssh/id_ed25519

View File

@ -27,7 +27,7 @@
if keystatus --shift ; then if keystatus --shift ; then
set timeout=-1 set timeout=-1
else else
set timeout=3 set timeout=0
fi fi
''; '';
}; };