CI: fine, encode the whole label name

This commit is contained in:
Adriaan de Groot 2021-06-08 16:49:06 +02:00
parent 185c5d8b51
commit 983e32c9d9

View File

@ -28,5 +28,5 @@ jobs:
curl -X DELETE \
-H 'Accept: application/vnd.github.v3+json' \
-H 'Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels/hacking: in-progress"
"https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/labels/hacking%3A%20in-progress"