fix(ncs-promotion): remove unnecessary timestamp field from Discord webhook payload

This commit is contained in:
2026-05-01 20:39:38 +02:00
parent ad9c6f308e
commit 6ade856814
@@ -110,8 +110,7 @@ spec:
"value": "${{ ctx.stage }}", "value": "${{ ctx.stage }}",
"inline": true "inline": true
} }
], ]
"timestamp": "${{ now.unix }}"
} }
] ]
} }