Skip to content

Commit

Permalink
PI-2302 Fix Gradle wrapper upgrade after switch to GitHub app (#4132)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Aug 6, 2024
1 parent 5baa3af commit c137e40
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 @@ -29,7 +29,6 @@ jobs:

- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
token: ${{ steps.app-token.outputs.token }}

Expand All @@ -51,7 +50,7 @@ jobs:
fi
- name: Commit and push
uses: dsanders11/github-app-commit-action@48d2ff8c1a855eb15d16afa97ae12616456d7cbc # v1.4.0
uses: marcus-bcl/github-app-commit-action@main # using fork while waiting for merge of https://github.com/dsanders11/github-app-commit-action/pull/20
with:
fail-on-no-changes: false
force: true
Expand Down

0 comments on commit c137e40

Please sign in to comment.