Skip to content

Commit

Permalink
Fix comment about creating summary
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Macku <[email protected]>
  • Loading branch information
phracek and jamacku authored Jan 8, 2025
1 parent 8c86a28 commit 9bda582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ ${summary.getTableSummary()}`,

// Create Github Summary
if (getBooleanInput('create_github_summary')) {
debug(`GitHub summary does not exist. Let's create it.`);
debug(`Creating GitHub Summary`);
await summary.setJobSummary();
}

Expand Down

0 comments on commit 9bda582

Please sign in to comment.