From: Jérémie Astor Date: Thu, 16 Jan 2020 21:26:03 +0000 (+0100) Subject: try to push git X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=196fda1efce356b8bec03b55016e0ad9cd4db42e;p=gwion.git try to push git --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 011df20c..9a3f7931 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,4 +43,4 @@ jobs: git config --local user.name "GitHub Action" git add -f book git commit -m "add book" - git push https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${REPOSITORY}.git HEAD:gh_pages + git push https://${{ GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }}@github.com/Gwion.git HEAD:gh_pages