Files
setup-go/src/constants.ts
T
2026-06-22 13:07:03 +09:00

9 lines
140 B
TypeScript

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