This commit is contained in:
Paul Merlin 2020-06-13 13:44:30 +02:00
parent b2c379621c
commit a31de8476d
8 changed files with 148 additions and 159 deletions

View file

@ -1,8 +1,8 @@
import * as core from "@actions/core";
import * as core from '@actions/core'
// Invoked by GitHub Actions
export async function run() {
core.info("POST Gradle Command Action")
core.info('POST Gradle Command Action')
}
run();
run()