Skip to content

Commit

Permalink
fix bad build cache ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kaeawc committed Nov 9, 2024
1 parent 82bba94 commit 5d8a858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gradle-task-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ runs:
cache-encryption-key: ${{ inputs.gradle-encryption-key }}
cache-cleanup: "on-success"
build-scan-publish: true
cache-disabled: ${{ reuse-build-cache == "false" }}
cache-disabled: ${{ inputs.reuse-build-cache == "false" }}
build-scan-terms-of-use-url: 'https://gradle.com/help/legal-terms-of-use'
build-scan-terms-of-use-agree: 'yes'
validate-wrappers: true
Expand Down

0 comments on commit 5d8a858

Please sign in to comment.