Update .github/workflows/main.yml
Some checks failed
/ run pull (push) Failing after 7s

This commit is contained in:
Fiky B 2024-02-15 04:28:16 +00:00
parent 475092f71b
commit 35eed97043

View File

@ -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