diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index fce9694dc..dddd372ea 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -53,7 +53,7 @@ jobs: body: "Generated from https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}." - name: Merge pull request - if: steps.create_pr.outputs.pull-request-operation == "created" + if: steps.create_pr.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v3 with: token: ${{ secrets.BOT }}