Skip to content

Commit

Permalink
fix: adjusts output of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Jun 10, 2022
1 parent 594fa07 commit 9e94760
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 @@ -23,5 +23,5 @@ const run = async () => {
};

run().then(() => {
core.setOutput('status', 'success');
core.info('Report generated successfully.');
});

0 comments on commit 9e94760

Please sign in to comment.