From 35eed97043073a7290e555337a72d4d2861eb144 Mon Sep 17 00:00:00 2001 From: Fiky B Date: Thu, 15 Feb 2024 04:28:16 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fa056a..77ef681 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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