Skip to content

Commit

Permalink
📝 Update GitHub workflow for upgrading Gradle Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
LVMVRQUXL committed Feb 6, 2025
1 parent a5218b6 commit 93fda2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle-wrapper-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Update Gradle Wrapper
uses: gradle-update/[email protected]
with:
commit-message-template: ⬆️ Bump Gradle Wrapper to %targetVersion%
commit-message-template: |
⬆️ Bump Gradle Wrapper from %sourceVersion% to %targetVersion%
labels: dependencies
pr-title-template: ⬆️ Gradle Wrapper %targetVersion%
pr-title-template: |
⬆️ Bump Gradle Wrapper from %sourceVersion% to %targetVersion%
reviewers: LVMVRQUXL

0 comments on commit 93fda2e

Please sign in to comment.