From a19fc23b95096c0a29fb45ae41d40e83e94e1212 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 30 Jul 2022 15:53:53 +0100 Subject: [PATCH] Applies brackets --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index b91ec87..f782da7 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -11,7 +11,7 @@ jobs: permissions: write-all steps: - name: Apply Labels - if: ${{ !github.event.pull_request.body.includes(env.IGNORE_STR) }} + if: "${{ !github.event.pull_request.body.includes(env.IGNORE_STR) }}" uses: Naturalclar/issue-action@v2.0.2 with: title-or-body: both