diff --git a/.github/workflows/cmd.yml b/.github/workflows/cmd.yml index b73331510a20f..2af7b1d4f4671 100644 --- a/.github/workflows/cmd.yml +++ b/.github/workflows/cmd.yml @@ -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') }}