fix(ncs-promotion): update headers format in Discord webhook payload
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user