feat: implement cache-dependency-path option to control caching dependency (#499)

This commit is contained in:
itchyny
2023-11-23 00:43:14 +09:00
committed by GitHub
parent 78078da0cd
commit 9eda6b51cc
14 changed files with 278 additions and 59 deletions

View File

@ -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-dependency-path:
description: 'The path to a dependency file: pom.xml, build.gradle, build.sbt, etc. This option can be used with the `cache` option. If this option is omitted, the action searches for the dependency file in the entire repository. This option supports wildcards and a list of file names for caching multiple dependencies.'
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 }}