Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maZahaca authored Dec 13, 2022
1 parent 59d3d8e commit d8a3384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function run() {
.paginate("GET /repos/:owner/:repo/actions/workflows/:workflow_id/runs", {
owner: repo_owner,
repo: repo_name,
workflow_id: workflow.id
workflow_id: workflow.id,
... status ? { status } : undefined,
});
for (const run of runs) {
Expand Down

0 comments on commit d8a3384

Please sign in to comment.