This commit is contained in:
parent
475092f71b
commit
35eed97043
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -9,6 +9,8 @@ jobs:
|
|||
name: run pull
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: cleanup first if any .ssh file before
|
||||
run: rm -rf ~/.ssh
|
||||
- name: install ssh keys
|
||||
# check this thread to understand why its needed:
|
||||
# https://stackoverflow.com/a/70447517
|
||||
|
|
Loading…
Reference in New Issue
Block a user