Skip to content

Commit

Permalink
Configure git before committing
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Nov 30, 2023
1 parent e1ea6c5 commit 314aba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ jobs:
- name: Push to gh-pages branch
run: |
git add coverage
git config --global user.email "[email protected]"
git config --global user.name "coverage"
git commit -m Coverage
git push origin ${{ github.ref }}:gh-pages --force

0 comments on commit 314aba0

Please sign in to comment.