fix(ncs-promotion): update headers format in Discord webhook payload

This commit is contained in:
2026-05-01 20:42:06 +02:00
parent 6ade856814
commit 39cd33ae09
@@ -86,7 +86,8 @@ spec:
url: ${{ vars.discordWebhook }} url: ${{ vars.discordWebhook }}
method: POST method: POST
headers: headers:
Content-Type: application/json - name: "Content-Type"
value: "application/json"
body: | body: |
{ {
"embeds": [ "embeds": [
@@ -121,7 +122,8 @@ spec:
url: ${{ vars.discordWebhook }} url: ${{ vars.discordWebhook }}
method: POST method: POST
headers: headers:
Content-Type: application/json - name: "Content-Type"
value: "application/json"
body: | body: |
{ {
"embeds": [ "embeds": [