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

This commit is contained in:
2026-05-01 20:37:41 +02:00
parent d232b416ce
commit 8d71b7f6d0
@@ -146,8 +146,7 @@ spec:
"value": "${{ ctx.stage }}", "value": "${{ ctx.stage }}",
"inline": true "inline": true
} }
], ]
"timestamp": "${{ now.unix }}"
} }
] ]
} }