Skip to content

Commit

Permalink
try to fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
lWoHvYe committed Mar 26, 2024
1 parent 0fc0b56 commit 80bd228
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
update:
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
issues: write
pull-requests: write
contents: write

steps:
- name: checkout
Expand All @@ -19,8 +23,8 @@ jobs:
java-version: '21'
distribution: 'temurin'
check-latest: true
server-id: github
settings-path: ${{ github.workspace }}
server-id: github
settings-path: ${{ github.workspace }}

- name: update gradle
id: gradleUpdate
Expand All @@ -37,4 +41,4 @@ jobs:
${{ steps.gradleUpdate.outputs.version-information }}
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
labels: "dependencies,gradle"
labels: "dependencies,gradle"

0 comments on commit 80bd228

Please sign in to comment.