From 1cf71ea5a754edd87ddb5bf58b6b8fc75f3b4a3d 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:49:11 +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 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/metadata-label-pr-ci-status.yaml b/.github/workflows/metadata-label-pr-ci-status.yaml index 84a18713..4bb3db1b 100644 --- a/.github/workflows/metadata-label-pr-ci-status.yaml +++ b/.github/workflows/metadata-label-pr-ci-status.yaml @@ -56,7 +56,9 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } catch (error) {} + } catch (error) { + console.log(e) + } label-lint-install: name: Label lint and install status @@ -129,7 +131,9 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } catch (error) {} + } catch (error) { + console.log(e) + } - name: "Label install status" uses: actions/github-script@v4 @@ -159,4 +163,6 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } catch (error) {} + } catch (error) { + console.log(e) + }