Skip to content

Commit 1399f99

Browse files
committed
revert accidental behavioral change
1 parent b16816f commit 1399f99

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/setup-environment-action

1 file changed

+1
-1
lines changed

.github/actions/setup-environment-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
- name: Setup Gradle
7979
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
8080
with:
81-
cache-read-only: ${{ inputs.disable-cache }}
81+
cache-disabled: ${{ inputs.disable-cache }}
8282
validate-wrappers: false
8383
- name: Install Go
8484
if: ${{ inputs.go-version != '' }}

0 commit comments

Comments
 (0)