Skip to content

Commit

Permalink
Update cmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Oct 4, 2024
1 parent 8b1702d commit de64070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
id: get-pr-comment
with:
text: ${{ github.event.comment.body }}
regex: "^(\/cmd )([-\/\\s\\w.=:'\"]+)$" # see explanation in docs/contributor/commands-readme.md#examples
regex: "^(\\/cmd )([-\\/\\s\\w.=:'\"]+)$" # see explanation in docs/contributor/commands-readme.md#examples

- name: Save output of help
id: help
Expand Down

0 comments on commit de64070

Please sign in to comment.