Skip to content

Commit

Permalink
Update git config for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Feb 24, 2024
1 parent b5b58b0 commit f661dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f661dcc

Please sign in to comment.