fix(ansible_collection): syntax error in label command

!79
This commit is contained in:
2024-02-22 18:00:02 +09:30
parent 21db41bae1
commit e6ba068b68

View File

@ -365,7 +365,7 @@ variables:
if [ "$CREATE_VERSION_LABEL" != "false" ]; then
curl \
--data "name=v${NEW_VERSION}&color=#eee600&description='phpIPAM Scan Agent Version that is affected'"
--data "name=v${NEW_VERSION}&color=#eee600&description='phpIPAM Scan Agent Version that is affected'" \
--header "PRIVATE-TOKEN: $GIT_COMMIT_TOKEN" \
"https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/labels"