From a282e5e3219b34fb887b3ed343ccd5c0d391969f Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 31 May 2025 22:58:31 -0400 Subject: [PATCH] Remove fake dir --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 1ad4589..50a9e87 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,6 @@ runs: - run: | set -x set -e - mkdir -p /tmp/newdir && cd /tmp/newdir git init git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" basicauth=$(echo -n "x-access-token:${{ github.token }}" | base64)