From e9b2a15478e3b6fbc7656a4ed679acb025ac8397 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 23:06:26 +0100 Subject: [PATCH] user --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3807efda..349c2e7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,8 +39,8 @@ jobs: export PATH=./Gwion:$PATH make build git branch -r | grep gh-pages && git push origin :gh-pages || true - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" +# git config --local user.email "action@github.com" +# git config --local user.name "GitHub Action" git add -f book git commit -m "add book" git push https://${{ secrets.GITHUB_ACTOR }}:${{ secrets.GWION_TOKEN }}@github.com/fennecdjay/Gwion.git HEAD:gh_pages -- 2.43.0