mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-25 07:22:23 +00:00
Compare commits
No commits in common. "f50bbeba94332af6a2d28721c5221aa793d207d4" and "488b5d61fdde424867eeddcb997f76a427721a71" have entirely different histories.
f50bbeba94
...
488b5d61fd
2
.github/workflows/arrow.yml
vendored
2
.github/workflows/arrow.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user