mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Cache wrapper dist, step 1
This commit is contained in:
parent
8e2fd532f1
commit
42e2fed267
5 changed files with 18 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
|||
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()
|
||||
}
|
||||
|
||||
run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue