Skip to content

Commit 997bc80

Browse files
committed
chore: add logs
1 parent de1ec59 commit 997bc80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/run.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ async function getConfigPath(binPath: string, userArgsMap: Map<string, string>,
188188
cmdConfigPath += ` --config=${userArgsMap.get("config")}`
189189
}
190190

191+
core.info(`Running [${cmdConfigPath}] in [${cmdArgs.cwd || process.cwd()}] ...`)
192+
191193
try {
192194
const resPath = await execShellCommand(cmdConfigPath, cmdArgs)
193195
return resPath.stdout.trim()

0 commit comments

Comments
 (0)