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 3535be0 commit c640d1cCopy full SHA for c640d1c
.github/workflows/alarm.yml
@@ -416,7 +416,8 @@ jobs:
416
const summary = (process.env.HAS_REGRESSIONS || '0') === '1'
417
? '🔴 Regressions detected. See tables below.'
418
: '✅ No regressions detected. See tables below.';
419
- await github.rest.checks.create({
+
420
+ const check = await github.rest.checks.create({
421
owner: context.repo.owner,
422
repo: context.repo.repo,
423
head_sha: context.payload.workflow_run.head_sha,
0 commit comments