From: Jérémie Astor Date: Sun, 16 Feb 2020 18:52:09 +0000 (+0100) Subject: :wrench: try to push X-Git-Tag: nightly~1913 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1b06d40896cfa747f7c3e7312a6d82cc19224e3b;p=gwion.git :wrench: try to push --- diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8573450e..d20b2fb1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -59,6 +59,8 @@ jobs: cp ../*.html . cp ../badge.svg . mv cov.html index.html + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" git add . git commit -m "Update coverage" git remote set-url origin https://${{ secrets.COVERAGE_TOKEN }}@github.com/fennecdjay/gwion-coverage-report.git