🚀 Fix GitHub action

This commit is contained in:
jf-cbd
2024-11-07 14:50:46 +01:00
parent 04bd8cc5ce
commit 374b35f78a

View File

@@ -31,7 +31,7 @@ jobs:
run: | run: |
curl -X POST -H "Authorization: token ${{ secrets.PR_AUTOMATICALLY_ADD_TO_PROJECT }}" \ curl -X POST -H "Authorization: token ${{ secrets.PR_AUTOMATICALLY_ADD_TO_PROJECT }}" \
-H "Accept: application/vnd.github.v3+json" \ -H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/Combodo/combodo-wikit-integration/issues/${{ github.event.pull_request.number }}/labels \ https://api.github.com/repos/Combodo/iTop/issues/${{ github.event.pull_request.number }}/labels \
-d '{"labels":["internal"]}' -d '{"labels":["internal"]}'
env: env:
is_member: ${{ env.is_member }} is_member: ${{ env.is_member }}