Skip to content

Commit e6b8d82

Browse files
committed
fix field access
1 parent 7df3519 commit e6b8d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-common.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
per_page: 100
341341
},
342342
(response) => {
343-
return response.data.workflow_run.jobs;
343+
return response.data.jobs;
344344
},
345345
);
346346
return workflow_jobs_nested.flat().find((job) => job.name === job_name).html_url;

0 commit comments

Comments
 (0)