mirror of
https://github.com/actions/setup-go.git
synced 2025-09-07 10:43:39 -06:00
Sources modified
This commit is contained in:
parent
bfd2fb341f
commit
cf004f0dc3
10 changed files with 274 additions and 92 deletions
|
@ -1,8 +1,11 @@
|
|||
export enum State {
|
||||
CachePrimaryKey = 'CACHE_KEY',
|
||||
CacheMatchedKey = 'CACHE_RESULT'
|
||||
CacheModPrimaryKey = 'CACHE_KEY',
|
||||
CacheModMatchedKey = 'CACHE_RESULT',
|
||||
CacheBuildPrimaryKey = 'CACHE_BUILD_KEY',
|
||||
CacheBuildMatchedKey = 'CACHE_BUILD_RESULT'
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
CacheHit = 'cache-hit'
|
||||
CacheModHit = 'cache-hit',
|
||||
CacheBuildHit = 'cache-build-hit'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue