diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 50e1a0a0f..e137cd6a7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -52,5 +52,7 @@ jobs: - name: Push to gh-pages branch run: | git add coverage + git config --global user.email "coverage@users.noreply.github.com" + git config --global user.name "coverage" git commit -m Coverage git push origin ${{ github.ref }}:gh-pages --force