mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 22:15:17 +00:00
Implementation of caching functionality for setup-go action (#228)
This commit is contained in:
8
src/constants.ts
Normal file
8
src/constants.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export enum State {
|
||||
CachePrimaryKey = 'CACHE_KEY',
|
||||
CacheMatchedKey = 'CACHE_RESULT'
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
CacheHit = 'cache-hit'
|
||||
}
|
Reference in New Issue
Block a user