10
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2026-04-06 06:46:55 +00:00
setup-go/src/constants.ts

10 lines
221 B
TypeScript

export enum State {
CachePrefixBaseKey = 'CACHE_PREFIX_BASE_KEY',
CachePrimaryKey = 'CACHE_KEY',
CacheBuildHash = 'CACHE_HASH',
CacheMatchedKey = 'CACHE_RESULT'
}
export enum Outputs {
CacheHit = 'cache-hit'
}