0
1
Fork 0
setup-go/src/constants.ts

9 lines
140 B
TypeScript

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