mirror of
https://github.com/actions/setup-java.git
synced 2025-07-26 08:28:25 +02:00
Switch to mode setting so we can write, read, or both
This commit is contained in:
parent
cec4e33030
commit
62c27dc501
4 changed files with 10 additions and 7 deletions
|
@ -56,9 +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
|
||||
cache-mode:
|
||||
description: 'Whether the cache should be read from pre-build, written to afterwards, or both'
|
||||
default: both
|
||||
job-status:
|
||||
description: 'Workaround to pass job status to post job step. This variable is not intended for manual setting'
|
||||
default: ${{ job.status }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue