Skip to content

Commit

Permalink
Updated debug message to include subcommand.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlynn committed Jul 7, 2024
1 parent 05e4fc4 commit 81b3809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function run(): Promise<void> {
// Download, extract, and execute binary.
const binaryPath = await binary.saveBinary(assetURL);
core.debug(
`Executing script: ${binaryPath} ${inputs.args.join(" ")} ${inputs.script}`,
`Executing script: ${binaryPath} run ${inputs.args.join(" ")} ${inputs.script}`,
);
const output = await binary.executeScript(
binaryPath,
Expand Down

0 comments on commit 81b3809

Please sign in to comment.