Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Apr 2, 2024
1 parent ed84ae0 commit 296e809
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,13 @@ jobs:
else
echo "Coverage didn't decrease. Committing new coverage.json."
coverage json
git config user.name github-actions
git config user.email [email protected]
git add coverage.json
git commit --no-verify
git push origin ${{ github.head_ref }}
git add .coverage
git commit -m "automatically update coverage"
git push
fi

0 comments on commit 296e809

Please sign in to comment.