fix(triggers): dedup + not surfacing deployment status log (#2033)

* fix(triggers): dedup + not surfacing deployment status log

* fix ms teams

* change to microsoftteams

* Revert "change to microsoftteams"

This reverts commit 217f808641.

* fix

* fix

* fix provider name

* fix oauth for msteams
This commit is contained in:
Vikhyath Mondreti
2025-11-17 17:48:22 -08:00
committed by GitHub
parent 00d9b45a22
commit 98908dbfb9
12 changed files with 165 additions and 50 deletions

View File

@@ -112,7 +112,9 @@ export async function executeWebhookJob(payload: WebhookExecutionPayload) {
const idempotencyKey = IdempotencyService.createWebhookIdempotencyKey(
payload.webhookId,
payload.headers
payload.headers,
payload.body,
payload.provider
)
const runOperation = async () => {