From 4709b114bd9ba7135655f8c6d2cdd0be914da957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Sat, 24 Jul 2021 16:04:43 +0200 Subject: [PATCH] ci: Debug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/workflows/metadata-label-pr-ci-status.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/metadata-label-pr-ci-status.yaml b/.github/workflows/metadata-label-pr-ci-status.yaml index 1f16f91d..e0ebcdff 100644 --- a/.github/workflows/metadata-label-pr-ci-status.yaml +++ b/.github/workflows/metadata-label-pr-ci-status.yaml @@ -86,7 +86,7 @@ jobs: with: github-token: ${{ steps.get-app-token.outputs.token }} script: | - let result: {[key: string]: string} = {} + var result: Record = {} const wfJobs = await github.actions.listJobsForWorkflowRun({ owner: context.repo.owner, @@ -102,6 +102,7 @@ jobs: } } + console.log(result) return result - name: Get result