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 b16816f commit 1399f99Copy full SHA for 1399f99
.github/actions/setup-environment-action/action.yml
@@ -78,7 +78,7 @@ runs:
78
- name: Setup Gradle
79
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
80
with:
81
- cache-read-only: ${{ inputs.disable-cache }}
+ cache-disabled: ${{ inputs.disable-cache }}
82
validate-wrappers: false
83
- name: Install Go
84
if: ${{ inputs.go-version != '' }}
0 commit comments