Skip to content

Commit

Permalink
Try to correct interpretation of cache-read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Oct 10, 2024
1 parent 035d12a commit 8a96ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prepare-gradle-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Set Up Gradle
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
with:
cache-read-only: ${{ inputs.cache-read-only }}
cache-read-only: ${{ inputs.cache-read-only == 'true' }}
develocity-access-key: ${{ inputs.develocity-access-key }}
- name: Configure Gradle Properties
shell: bash
Expand Down

0 comments on commit 8a96ab4

Please sign in to comment.