We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035d12a commit 8a96ab4Copy full SHA for 8a96ab4
.github/actions/prepare-gradle-build/action.yml
@@ -42,7 +42,7 @@ runs:
42
- name: Set Up Gradle
43
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
44
with:
45
- cache-read-only: ${{ inputs.cache-read-only }}
+ cache-read-only: ${{ inputs.cache-read-only == 'true' }}
46
develocity-access-key: ${{ inputs.develocity-access-key }}
47
- name: Configure Gradle Properties
48
shell: bash
0 commit comments