Files
gradle-build-tools-actions/src/post.ts
T
2020-06-13 13:34:07 +02:00

9 lines
154 B
TypeScript

import * as core from "@actions/core";
// Invoked by GitHub Actions
export async function run() {
core.debug("POST Gradle Command Action")
}
run();