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