Skip to content

Commit

Permalink
Update build-master.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zakariamaaraki authored May 12, 2024
1 parent aeb3698 commit 443d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
if [[ `git status --porcelain` ]]; then
git config --global user.name 'zakaria maaraki'
git config user.email "[email protected]"
git config --global user.email "[email protected]"
git add -A
git commit -m "Autogenerated JaCoCo coverage badge"
git push origin HEAD:master
Expand Down

0 comments on commit 443d6f3

Please sign in to comment.