diff --git a/main.js b/main.js index 9a5bbabf..a35f0053 100644 --- a/main.js +++ b/main.js @@ -60,7 +60,7 @@ async function main() { for await (const runs of client.paginate.iterator(client.actions.listWorkflowRuns, { owner: owner, repo: repo, - id: workflow, + workflow_id: workflow, branch: branch, event: event, status: workflowConclusion,