From 9616b911660c0ab3805db29fc75ce2d347326056 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:43:49 +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 --- .../workflows/metadata-label-pr-ci-status.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/metadata-label-pr-ci-status.yaml b/.github/workflows/metadata-label-pr-ci-status.yaml index f943aeb4..f8fb4d3a 100644 --- a/.github/workflows/metadata-label-pr-ci-status.yaml +++ b/.github/workflows/metadata-label-pr-ci-status.yaml @@ -56,10 +56,7 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } - } catch (error) { - console.log(e); - } + } catch (error) {} label-lint-install: name: Label lint and install status @@ -132,10 +129,7 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } - } catch (error) { - console.log(e); - } + } catch (error) {} - name: "Label install status" uses: actions/github-script@v4 @@ -165,7 +159,4 @@ jobs: repo: context.repo.repo, name: [LABEL_REMOVE] }) - } - } catch (error) { - console.log(e); - } + } catch (error) {}