]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: try to push
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 18:52:09 +0000 (19:52 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 18:52:09 +0000 (19:52 +0100)
.github/workflows/coverage.yml

index 8573450e4b09319997c9938228d8c9d1c54e74c5..d20b2fb10741dff07c92ca084d2284ecc500a9af 100644 (file)
@@ -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