From 4c63c757b79db91c165e42e52a0f9d6a10509428 Mon Sep 17 00:00:00 2001 From: Lucas Severo Alves Date: Wed, 10 Nov 2021 16:37:01 +0100 Subject: [PATCH] Assume check is not array --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 344fb88df..d456b883e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -175,7 +175,7 @@ jobs: const { data: result } = await github.checks.update({ ...context.repo, - check_run_id: check[0].id, + check_run_id: check.id, status: 'completed', conclusion: process.env.conclusion });