Skip to content

Commit d8d1598

Browse files
committed
debug message
1 parent c4a4edc commit d8d1598

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export async function run() {
3333
outputString = outputString.substring(0, maxLength);
3434
}
3535

36+
core.info(`Output string: ${outputString}`);
3637
core.setOutput("output-string", outputString);
3738
} catch (error) {
3839
if (error instanceof Error) core.setFailed(error.message);

0 commit comments

Comments
 (0)