Skip to content

Commit

Permalink
Ignore Gradle wrapper update error when no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Jul 9, 2024
1 parent 0a5f52e commit 401fa8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- gradlew
- gradlew.bat
- gradle/**
- .github/workflows/gradle.yml

jobs:
validate-wrapper:
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
labels: dependencies
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
- name: Reset commit author # workaround for https://github.com/gradle-update/update-gradle-wrapper-action/issues/124
continue-on-error: true
run: |
if [ "$(git branch --show-current)" != main ]; then
git config --local user.name probation-integration-bot
Expand Down

0 comments on commit 401fa8b

Please sign in to comment.