fix(ncs-promotion): update headers format in Discord webhook payload
This commit is contained in:
@@ -86,7 +86,8 @@ spec:
|
||||
url: ${{ vars.discordWebhook }}
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/json
|
||||
- name: "Content-Type"
|
||||
value: "application/json"
|
||||
body: |
|
||||
{
|
||||
"embeds": [
|
||||
@@ -121,7 +122,8 @@ spec:
|
||||
url: ${{ vars.discordWebhook }}
|
||||
method: POST
|
||||
headers:
|
||||
Content-Type: application/json
|
||||
- name: "Content-Type"
|
||||
value: "application/json"
|
||||
body: |
|
||||
{
|
||||
"embeds": [
|
||||
|
||||
Reference in New Issue
Block a user