mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-02-23 12:31:00 -05:00
8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import * as cacheWrapper from './cache-wrapper'
|
|
|
|
// Invoked by GitHub Actions
|
|
export async function run(): Promise<void> {
|
|
await cacheWrapper.cacheWrapperDist()
|
|
}
|
|
|
|
run()
|