diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index dd48bff2ce..a4e32cba18 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -105,4 +105,4 @@ jobs: - name: Components dropdown in issue templates run: | make generate-gh-issue-templates - git diff --exit-code '.github/ISSUE_TEMPLATE' || (echo 'Dropdowns in issue templates is out of date, please run "make generate-gh-issue-templates" and commit the changes in this PR.' && exit 1) + git diff --exit-code '.github/ISSUE_TEMPLATE' || (echo 'Dropdowns in issue templates is out of date, please run "make generate-gh-issue-templates" and commit the changes in this PR. Please note, if you are running it on Mac OS X, please make sure to use GNU version of sed instead of default "sed".' && exit 1)