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