fix(ansible_collection): version project label description

!80
This commit is contained in:
2024-02-22 19:18:05 +09:30
parent d30abfdb73
commit 8265977c7f

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=Version%20that%20is%20affected" \
--header "PRIVATE-TOKEN: $GIT_COMMIT_TOKEN" \
"https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/labels"