Skip to content

Commit

Permalink
Add pulling prior pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kutz committed May 8, 2023
1 parent 27f17e9 commit 83cfa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
git config user.name "Gradle Updater"
git config user.email "[email protected]"
git switch -c update-gradle
git pull --rebase
git add gradle gradlew
git commit -m "Bump Gradle wrapper to latest"
git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
Expand Down

0 comments on commit 83cfa0e

Please sign in to comment.