setup-go/src/constants.ts

10 lines
182 B
TypeScript
Raw Normal View History

export enum State {
CachePrimaryKey = 'CACHE_KEY',
CacheMatchedKey = 'CACHE_RESULT',
ToolchainVersion = 'TOOLCACHE_VERSION'
}
export enum Outputs {
CacheHit = 'cache-hit'
}