Debug logging

This commit is contained in:
Paul Merlin 2020-06-13 13:36:11 +02:00
parent e0644c97f9
commit a188e7cd61
2 changed files with 2 additions and 2 deletions

2
dist/post/index.js vendored

File diff suppressed because one or more lines are too long

View file

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