Skip to content

Commit

Permalink
chore: added trace
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed May 26, 2024
1 parent f1e42c4 commit 451b2e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github/utils/workflow-dispatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export async function dispatchWorker(targetUrl: string, payload: WorkflowDispatc
"Content-Type": "application/json",
},
});
console.log("response", result.status);
return result.json();
}

Expand Down

0 comments on commit 451b2e5

Please sign in to comment.