We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4c4ba commit 608ef29Copy full SHA for 608ef29
.github/workflows/bundle-compare.yml
@@ -65,7 +65,7 @@ jobs:
65
per_page: 1,
66
});
67
68
- if (runs.length < 1) {
+ if (runs.data.workflow_runs.length < 1) {
69
throw new Error('No runs found!');
70
}
71
0 commit comments