mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 00:52:50 +00:00
Debug logging
This commit is contained in:
parent
e0644c97f9
commit
a188e7cd61
2 changed files with 2 additions and 2 deletions
2
dist/post/index.js
vendored
2
dist/post/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@ import * as core from "@actions/core";
|
|||
|
||||
// Invoked by GitHub Actions
|
||||
export async function run() {
|
||||
core.debug("POST Gradle Command Action")
|
||||
core.info("POST Gradle Command Action")
|
||||
}
|
||||
|
||||
run();
|
||||
|
|
Loading…
Reference in a new issue