Skip to content

Commit 7f257f6

Browse files
committed
wip: debug
1 parent 23a3777 commit 7f257f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/post_run/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/run/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async function getConfigPath(binPath: string, userArgsMap: Map<string, string>,
195195

196196
try {
197197
const resPath = await execShellCommand(cmdConfigPath, cmdArgs)
198-
printOutput(resPath)
198+
core.info(`CONFIG PATH: ${resPath.stdout.trim()}`)
199199
return resPath.stdout.trim()
200200
} catch (exc) {
201201
printOutput(exc)

0 commit comments

Comments
 (0)