Cache wrapper installation

This commit is contained in:
Paul Merlin 2020-06-13 16:02:48 +02:00
parent 9675f09de6
commit 1c1db193aa
5 changed files with 55 additions and 11 deletions

View file

@ -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()
}