mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
feat: implement cache-dependency-path option to control caching dependency (#499)
This commit is contained in:
parent
78078da0cd
commit
9eda6b51cc
14 changed files with 278 additions and 59 deletions
|
@ -18,6 +18,7 @@ export const INPUT_DEFAULT_GPG_PRIVATE_KEY = undefined;
|
|||
export const INPUT_DEFAULT_GPG_PASSPHRASE = 'GPG_PASSPHRASE';
|
||||
|
||||
export const INPUT_CACHE = 'cache';
|
||||
export const INPUT_CACHE_DEPENDENCY_PATH = 'cache-dependency-path';
|
||||
export const INPUT_JOB_STATUS = 'job-status';
|
||||
|
||||
export const STATE_GPG_PRIVATE_KEY_FINGERPRINT = 'gpg-private-key-fingerprint';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue