mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-10-20 15:18:56 +08:00
Cache wrapper installation
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import * as core from '@actions/core'
|
||||
import * as cache from './cache'
|
||||
|
||||
// Invoked by GitHub Actions
|
||||
export async function run(): Promise<void> {
|
||||
core.info('POST Gradle Command Action')
|
||||
await cache.cacheWrapperDist()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user