1
0
mirror of https://gitea.com/actions/setup-go.git synced 2026-05-03 19:36:53 +07:00
Files
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'
}