Remove fake dir

This commit is contained in:
wispem-wantex 2025-06-01 12:45:38 -04:00
parent de5236bc3c
commit fbb6083506

View File

@ -7,7 +7,6 @@ runs:
- run: | - run: |
set -x set -x
set -e set -e
mkdir -p /tmp/newdir && cd /tmp/newdir
git init git init
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
basicauth=$(echo -n "x-access-token:${{ github.token }}" | base64) basicauth=$(echo -n "x-access-token:${{ github.token }}" | base64)