From f146cbfeff1e56b4b80e852489336d3de9d5271a Mon Sep 17 00:00:00 2001 From: Alexandru Date: Wed, 18 Sep 2024 20:04:20 +0300 Subject: [PATCH] MAYBE DISABLING THIS WILL WORK --- .gitea/workflows/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index fe70734..ab67db2 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -32,7 +32,6 @@ jobs: printf '%s' "${{ secrets.PRIVKEY }}" | base64 -d > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa ssh-keyscan -p 69 107.189.28.28 >> ~/.ssh/known_hosts - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - name: delete new files so we don't screw up stuff run: |