We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a4edc commit d8d1598Copy full SHA for d8d1598
1 file changed
src/run.ts
@@ -33,6 +33,7 @@ export async function run() {
33
outputString = outputString.substring(0, maxLength);
34
}
35
36
+ core.info(`Output string: ${outputString}`);
37
core.setOutput("output-string", outputString);
38
} catch (error) {
39
if (error instanceof Error) core.setFailed(error.message);
0 commit comments