diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6acea4e..98d99b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,8 +74,8 @@ jobs: - name: Commit and push coverage report if: ${{ github.event_name != 'pull_request' }} run: | - git config --global user.email "github-actions" - git config --global user.name "GitHub Actions" + git config user.name github-actions + git config user.email github-actions@github.com git add ./coverage git commit -m "Add coverage report" git push