From 451b2e5eb5ea7821a3e06cfe3459039a5bf186bc Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 27 May 2024 08:55:28 +0900 Subject: [PATCH] chore: added trace --- src/github/utils/workflow-dispatch.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github/utils/workflow-dispatch.ts b/src/github/utils/workflow-dispatch.ts index 754f6de..c6dbc3c 100644 --- a/src/github/utils/workflow-dispatch.ts +++ b/src/github/utils/workflow-dispatch.ts @@ -41,6 +41,7 @@ export async function dispatchWorker(targetUrl: string, payload: WorkflowDispatc "Content-Type": "application/json", }, }); + console.log("response", result.status); return result.json(); }