retest
Some checks failed
/ test_checkout (push) Failing after 2m7s

This commit is contained in:
Jean-Marie Mineau 2024-03-13 17:38:43 +01:00
parent de0c78b551
commit e4f417a8ff
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -15,7 +15,7 @@ jobs:
- run: | - run: |
cd dist cd dist
git init git init
git remote add origin "${GITHUB_REPOSITORY}/{GITHUB_REPOSITORY_OWNER}" git remote add origin "${GITHUB_REPOSITORY}/${GITHUB_REPOSITORY_OWNER}"
TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64) TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64)
git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages
git checkout -b pages git checkout -b pages