We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810ce77 commit 81dae64Copy full SHA for 81dae64
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Gradle
15
uses: gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
16
with:
17
- cache-read-only: ${{ github.ref != 'refs/heads/main' }}
+ cache-read-only: false
18
- name: Configure Git User Details
19
run: git config --global user.email "[email protected]" && git config --global user.name "Github Actions"
20
- run: chmod +x ./gradlew
0 commit comments