Skip to content

Commit

Permalink
main: fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Apr 25, 2021
1 parent 9cc958d commit b957148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b957148

Please sign in to comment.