better json

This commit is contained in:
Matthew Phillips 2022-09-23 08:25:28 -04:00
parent a197189a26
commit 971559dd11

View file

@ -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