Skip to content

Commit 677c628

Browse files
authored
fix update gradle wrapper GitHub action (#1612)
2 parents 80b5500 + 7f91bc6 commit 677c628

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-gradle-wrapper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ name: Update Gradle Wrapper
33
on:
44
schedule:
55
- cron: "0 0 * * *"
6+
workflow_dispatch:
67

78
jobs:
89
update-gradle-wrapper:
910
runs-on: ubuntu-latest
1011

1112
steps:
1213
- uses: actions/checkout@v6
14+
with:
15+
persist-credentials: false
1316

1417
- name: Install Gradle JDK
1518
uses: actions/setup-java@v5.2.0

0 commit comments

Comments
 (0)