Update prettier.yml

This commit is contained in:
William Harrison
2024-11-10 20:53:47 +08:00
committed by GitHub
parent db4d3a80fc
commit c14f375941
+1 -1
View File
@@ -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 }}