try again

This commit is contained in:
Matthew Phillips 2022-09-23 08:16:09 -04:00
parent fa3960e664
commit e08fb43336
2 changed files with 3 additions and 1 deletions

View file

@ -3,3 +3,5 @@
---
Just a test again
- more stuff here

View file

@ -36,7 +36,7 @@ jobs:
if: steps.find-blockers.outputs.found == 'true'
run: |
curl --request POST \
--url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/labels
--url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/labels \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
-d '{["semver minor"]}'