Skip to content

Commit

Permalink
Fixed git configuration username and email to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 2, 2024
1 parent acb294d commit e4b3caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Update and Push JaCoCo Badge
run: |-
git add .github/badges/jacoco.svg
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "Update Jacoco badge"
git push origin badges
shell: bash

0 comments on commit e4b3caf

Please sign in to comment.