Skip to content

Commit 90b36c0

Browse files
committed
Actions (Tangled Mirror): Make sure tangled.sh is in known_hosts
1 parent bcf8304 commit 90b36c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tangled-mirror.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
3434
- name: Push Repo to Mirror
3535
run: |
36+
ssh-keyscan -t rsa tangled.sh >> ~/.ssh/known_hosts
3637
eval `ssh-agent`
3738
ssh-add "$RUNNER_TEMP/ssh.key"
3839
git push --mirror --force tangled

0 commit comments

Comments
 (0)