Skip to content

Commit

Permalink
Added check for changes before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo authored Apr 2, 2024
1 parent 90a7c8d commit bb89ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,5 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Update Jacoco badge"
git push origin badges
if [[ $(git commit -m "Update Jacoco badge") ]]; then git push origin badges; fi
shell: bash

0 comments on commit bb89ab2

Please sign in to comment.