mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
Add cache-is-read-only to action definition
This commit is contained in:
parent
22f4b2eeaa
commit
cec4e33030
@ -56,6 +56,9 @@ inputs:
|
||||
cache:
|
||||
description: 'Name of the build platform to cache dependencies. It can be "maven" or "gradle".'
|
||||
required: false
|
||||
cache-is-read-only:
|
||||
description: 'Whether or not the build output should be cached. Default is true.'
|
||||
default: true
|
||||
job-status:
|
||||
description: 'Workaround to pass job status to post job step. This variable is not intended for manual setting'
|
||||
default: ${{ job.status }}
|
||||
|
Loading…
Reference in New Issue
Block a user