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) + }