From c14f375941c5d30b9b8101ab02112690186c0148 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:53:47 +0800 Subject: [PATCH] Update prettier.yml --- .github/workflows/prettier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}