-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Kutz
committed
May 8, 2023
1 parent
27f17e9
commit 83cfa0e
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|