Skip to content

Commit

Permalink
Merge pull request #209 from dawidd6/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Nov 9, 2022
2 parents b12b127 + 5592ea7 commit e6e25ac
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.paginate(client.rest.actions.listWorkflowRunArtifacts, {
let artifacts = await client.rest.actions.listWorkflowRunArtifacts({
owner: owner,
repo: repo,
run_id: run.id,
Expand Down

0 comments on commit e6e25ac

Please sign in to comment.