From 83b431aab989fa7d6c54b25dc094dc37b3e905a0 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:40:10 +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 a6284ecf..f943aeb4 100644 --- a/.github/workflows/metadata-label-pr-ci-status.yaml +++ b/.github/workflows/metadata-label-pr-ci-status.yaml @@ -57,7 +57,9 @@ jobs: name: [LABEL_REMOVE] }) } - } catch (error) {} + } catch (error) { + console.log(e); + } label-lint-install: name: Label lint and install status @@ -131,7 +133,9 @@ jobs: name: [LABEL_REMOVE] }) } - } catch (error) {} + } catch (error) { + console.log(e); + } - name: "Label install status" uses: actions/github-script@v4 @@ -162,4 +166,6 @@ jobs: name: [LABEL_REMOVE] }) } - } catch (error) {} + } catch (error) { + console.log(e); + }