Skip to content

Commit 608ef29

Browse files
avivkellerCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 7d4c4ba commit 608ef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle-compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
per_page: 1,
6666
});
6767
68-
if (runs.length < 1) {
68+
if (runs.data.workflow_runs.length < 1) {
6969
throw new Error('No runs found!');
7070
}
7171

0 commit comments

Comments
 (0)