Remove fake dir
All checks were successful
Self Test / test (push) Successful in 3s

This commit is contained in:
Alessio 2025-05-31 22:58:31 -04:00
parent 256a7cec80
commit a282e5e321

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)