mirror of
https://github.com/actions/setup-go.git
synced 2025-06-29 20:53:43 +00:00
cache-restore-only
This commit is contained in:
parent
db8764c1e2
commit
28cfea2580
6 changed files with 30 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
export enum State {
|
||||
CachePrimaryKey = 'CACHE_KEY',
|
||||
CacheMatchedKey = 'CACHE_RESULT'
|
||||
CacheMatchedKey = 'CACHE_RESULT',
|
||||
CacheRestoreOnly = 'CACHE_RESTORE_ONLY',
|
||||
True = 'true',
|
||||
False = 'false'
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue