We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12466f commit a769606Copy full SHA for a769606
.github/workflows/pr-labeled.yml
@@ -37,7 +37,7 @@ jobs:
37
});
38
39
for (const check of checkRuns.data.check_runs) {
40
- console.log('check', check);
+ console.log('check.name', check.name);
41
if (check.name.includes('e2e')) {
42
await github.rest.actions.reRunJob({
43
owner,
0 commit comments