Skip to content

Commit

Permalink
ci: use new gradle action parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Sep 24, 2024
1 parent 6f0d871 commit b0d4d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/gradle-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4
with:
generate-job-summary: false
add-job-summary: 'on-failure'
cache-disabled: ${{ inputs.gradle-cache-disabled }}
cache-read-only: ${{ inputs.gradle-cache-read-only }}
cache-write-only: ${{ inputs.gradle-cache-write-only }}

0 comments on commit b0d4d58

Please sign in to comment.