better json
This commit is contained in:
parent
a197189a26
commit
971559dd11
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-merge.yml
vendored
2
.github/workflows/check-merge.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
--url https://api.github.com/repos/${{github.repository}}/issues/${{github.event.number}}/labels \
|
||||
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
||||
--header 'content-type: application/json' \
|
||||
-d '{["semver minor"]}'
|
||||
-d '["semver minor"]'
|
||||
|
||||
|
||||
- name: Send PR review
|
||||
|
|
Loading…
Reference in a new issue