This commit is contained in:
luca.mazzoleni
2024-09-18 11:51:51 +02:00
parent 56b686e9e6
commit 16da325b2a
+1
View File
@@ -209,6 +209,7 @@ variables:
relTags = ""
}
$jsonBody = ConvertTo-Json -InputObject $body
echo $jsonBody
Invoke-WebRequest -Method Post -URI $env:URL_VERSIONS_LOG -ContentType "application/json" -Body $jsonBody -UseBasicParsing