More debug

This commit is contained in:
wispem-wantex 2025-06-01 12:45:36 -04:00
parent 3f6415d6a6
commit 103c57b626

View File

@ -11,6 +11,6 @@ runs:
git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" git remote add origin "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY"
basicauth=$(echo -n "x-access-token:${{ secrets.GITHUB_TOKEN }}" | base64) basicauth=$(echo -n "x-access-token:${{ secrets.GITHUB_TOKEN }}" | base64)
git config --local http.$GITHUB_SERVER_URL.extraheader "AUTHORIZATION: basic ${basicauth}" git config --local http.$GITHUB_SERVER_URL.extraheader "AUTHORIZATION: basic ${basicauth}"
git fetch origin "$GITHUB_REF" GIT_TRACE=1 GIT_CURL_VERBOSE=1 git fetch origin "$GITHUB_REF"
git checkout "$GITHUB_REF_NAME" git checkout "$GITHUB_REF_NAME"
shell: bash shell: bash