mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-20 15:18:56 +08:00
Rename cache.ts to cache-wrapper.ts
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import * as cache from './cache'
|
||||
import * as cacheWrapper from './cache-wrapper'
|
||||
|
||||
// Invoked by GitHub Actions
|
||||
export async function run(): Promise<void> {
|
||||
await cache.cacheWrapperDist()
|
||||
await cacheWrapper.cacheWrapperDist()
|
||||
}
|
||||
|
||||
run()
|
||||
|
Reference in New Issue
Block a user