| 53 | } |
| 54 | |
| 55 | export interface CacheProvider { |
| 56 | name: string; |
| 57 | cache: GhCache; |
| 58 | } |
| 59 | |
| 60 | export function getCacheProvider(): CacheProvider { |
| 61 | const cacheProvider = core.getInput("cache-provider"); |
nothing calls this directly
no outgoing calls
no test coverage detected