From 1b06d40896cfa747f7c3e7312a6d82cc19224e3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 19:52:09 +0100 Subject: [PATCH] :wrench: try to push --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.0