Skip to content

Commit

Permalink
Merge pull request #206 from dawidd6/master
Browse files Browse the repository at this point in the history
v2.24.1
  • Loading branch information
dawidd6 committed Nov 9, 2022
2 parents 46b4ae8 + b12b127 commit 33c9b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Expand Up @@ -122,7 +122,7 @@ async function main() {
continue
}
if (checkArtifacts || searchArtifacts) {
let artifacts = await client.rest.actions.listWorkflowRunArtifacts({
let artifacts = await client.paginate(client.rest.actions.listWorkflowRunArtifacts, {
owner: owner,
repo: repo,
run_id: run.id,
Expand Down

0 comments on commit 33c9b45

Please sign in to comment.