diff --git a/.github/workflows/pr-comment-build-cli.yml b/.github/workflows/pr-comment-build-cli.yml index 1bef5a73..44190170 100644 --- a/.github/workflows/pr-comment-build-cli.yml +++ b/.github/workflows/pr-comment-build-cli.yml @@ -24,7 +24,7 @@ jobs: trigger-on-command: if: > github.event_name == 'workflow_dispatch' || - (github.event.issue.pull_request && contains(github.event.comment.body, ".build-cli")) + (github.event.issue.pull_request && contains(github.event.comment.body, '.build-cli')) name: Trigger on ".build-cli" PR comment runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/pr-comment-bundle-intel.yml b/.github/workflows/pr-comment-bundle-intel.yml index 772e6358..9bab3820 100644 --- a/.github/workflows/pr-comment-bundle-intel.yml +++ b/.github/workflows/pr-comment-bundle-intel.yml @@ -26,7 +26,7 @@ jobs: trigger-on-command: if: > github.event_name == 'workflow_dispatch' || - (github.event.issue.pull_request && contains(github.event.comment.body, ".bundle-intel")) + (github.event.issue.pull_request && contains(github.event.comment.body, '.bundle-intel')) name: Trigger on ".bundle-intel" PR comment runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/pr-comment-bundle-windows.yml b/.github/workflows/pr-comment-bundle-windows.yml index 89e06122..e966d2af 100644 --- a/.github/workflows/pr-comment-bundle-windows.yml +++ b/.github/workflows/pr-comment-bundle-windows.yml @@ -29,7 +29,7 @@ jobs: trigger-on-command: if: > github.event_name == 'workflow_dispatch' || - (github.event.issue.pull_request && contains(github.event.comment.body, ".bundle-windows")) + (github.event.issue.pull_request && contains(github.event.comment.body, '.bundle-windows')) name: Trigger on ".bundle-windows" PR comment runs-on: ubuntu-latest outputs: diff --git a/.github/workflows/pr-comment-bundle.yml b/.github/workflows/pr-comment-bundle.yml index eef6e409..2b3002fb 100644 --- a/.github/workflows/pr-comment-bundle.yml +++ b/.github/workflows/pr-comment-bundle.yml @@ -26,7 +26,7 @@ jobs: trigger-on-command: if: > github.event_name == 'workflow_dispatch' || - (github.event.issue.pull_request && contains(github.event.comment.body, ".bundle")) + (github.event.issue.pull_request && contains(github.event.comment.body, '.bundle')) name: Trigger on ".bundle" PR comment runs-on: ubuntu-latest outputs: