Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/setup/js/check_command_position.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async function main() {
core.setOutput("matched_command", "");
await writeDenialSummary(
`The trigger comment did not start with a required command. Expected one of: ${expectedCommands}. Found: \`${firstWord}\`.`,
"Make sure the trigger comment starts with the required command defined in `on.command:` in the workflow frontmatter."
"Make sure the trigger comment starts with the required command defined in `on.slash_command:` in the workflow frontmatter."
);
}
} catch (error) {
Expand Down
Loading