mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-07-11 09:45:52 +02:00
Allow Job Summary generation to be disabled
This commit is contained in:
parent
306a7e4bb2
commit
63bcd47c1b
2 changed files with 13 additions and 4 deletions
|
@ -19,8 +19,6 @@ inputs:
|
|||
By default this value is 'false' for workflows on the GitHub default branch and 'true' for workflows on other branches.
|
||||
required: false
|
||||
default: ${{ github.ref_name != github.event.repository.default_branch }}
|
||||
# e.g. Use the following setting to only write cache entries from your 'main' branch
|
||||
# cache-read-only: ${{ github.ref_name != 'main' }}
|
||||
|
||||
cache-write-only:
|
||||
description: |
|
||||
|
@ -55,6 +53,11 @@ inputs:
|
|||
description: Path to the Gradle executable
|
||||
required: false
|
||||
|
||||
generate-job-summary:
|
||||
description: When 'false', no Job Summary will be generated for the Job.
|
||||
required: false
|
||||
default: true
|
||||
|
||||
# EXPERIMENTAL & INTERNAL ACTION INPUTS
|
||||
# The following action properties allow fine-grained tweaking of the action caching behaviour.
|
||||
# These properties are experimental and not (yet) designed for production use, and may change without notice in a subsequent release of `gradle-build-action`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue