This commit is contained in:
Paul Merlin 2020-06-13 13:54:27 +02:00
parent 5c61ab77ec
commit 6cee865aea
6 changed files with 18 additions and 22 deletions

View file

@ -1,7 +1,7 @@
import * as core from '@actions/core'
// Invoked by GitHub Actions
export async function run() {
export async function run(): Promise<void> {
core.info('POST Gradle Command Action')
}