Skip to content

Commit

Permalink
ci: fix broken JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Nov 11, 2023
1 parent 0578b7f commit 1cd6f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wc-enable-automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
app_id: ${{secrets.gh_app_id}}
private_key: ${{secrets.gh_app_private_key}}
permissions: >-
{"pull_requests": "write", "contents: "write"}
{"pull_requests": "write", "contents": "write"}
repositories: >-
["${{github.repository}}"]
Expand Down

0 comments on commit 1cd6f87

Please sign in to comment.