Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 3, 2024
2 parents 477b2ae + bb89ab2 commit 14c196a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,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 "41898282+github-actions[bot]@users.noreply.github.com"
git commit -m "Update Jacoco badge"
git push origin badges
shell: bash
git add .
if [[ $(git commit -m "Update Jacoco badge") ]]; then git push origin badges; fi
shell: bash

0 comments on commit 14c196a

Please sign in to comment.