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 de64070 commit 457c038
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 @@ -291,7 +291,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: Build workflow link
if: ${{ !contains(github.event.comment.body, '--quiet') }}
Expand Down

0 comments on commit 457c038

Please sign in to comment.