From c137e40c565f98f228cdeb51a969120d805036ca Mon Sep 17 00:00:00 2001 From: Marcus Aspin Date: Tue, 6 Aug 2024 12:32:01 +0100 Subject: [PATCH] PI-2302 Fix Gradle wrapper upgrade after switch to GitHub app (#4132) --- .github/workflows/gradle.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 26cf94774c..061631af57 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -29,7 +29,6 @@ jobs: - uses: actions/checkout@v4 with: - fetch-depth: 0 ref: main token: ${{ steps.app-token.outputs.token }} @@ -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