Skip to content

Commit

Permalink
debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo committed Jul 27, 2023
1 parent c4a4edc commit d8d1598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export async function run() {
outputString = outputString.substring(0, maxLength);
}

core.info(`Output string: ${outputString}`);
core.setOutput("output-string", outputString);
} catch (error) {
if (error instanceof Error) core.setFailed(error.message);
Expand Down

0 comments on commit d8d1598

Please sign in to comment.