Skip to content

Commit

Permalink
Updated username for badge maven-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant-sehgal committed Jul 20, 2023
1 parent d10f020 commit 5959e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
if [[ `git status --porcelain` ]]; then
git config --global user.name 'Nishant Sehgal'
git config --global user.email 'NishantSehgal@users.noreply.github.com'
git config --global user.email 'Nishant-Sehgal@users.noreply.github.com'
git add -A
git commit -m "Autogenerated JaCoCo coverage badge"
git push
Expand Down

0 comments on commit 5959e20

Please sign in to comment.