mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Improve dependencies cache usage
This commit is contained in:
parent
5b36705a13
commit
2d1721088f
6 changed files with 79 additions and 8 deletions
|
@ -56,6 +56,9 @@ inputs:
|
|||
cache:
|
||||
description: 'Name of the build platform to cache dependencies. It can be "maven", "gradle" or "sbt".'
|
||||
required: false
|
||||
cache-key-prefix:
|
||||
description: 'Custom key prefix to give extra flexibility on managing the cache expiration'
|
||||
required: false
|
||||
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