Browse Source

add debug code

Yuki Takei 5 years ago
parent
commit
d762b7fa0d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/list-unhealthy-branches.yml

+ 2 - 0
.github/workflows/list-unhealthy-branches.yml

@@ -20,6 +20,8 @@ jobs:
     - name: List branches
     - name: List branches
       id: list-branches
       id: list-branches
       run: |
       run: |
+        node bin/github-actions/list-branches --inactive
+
         echo ::set-output name=SLACK_ATTACHMENTS_INACTIVE::$(node bin/github-actions/list-branches --inactive)
         echo ::set-output name=SLACK_ATTACHMENTS_INACTIVE::$(node bin/github-actions/list-branches --inactive)
         echo ::set-output name=SLACK_ATTACHMENTS_ILLEGAL::$(node bin/github-actions/list-branches --illegal)
         echo ::set-output name=SLACK_ATTACHMENTS_ILLEGAL::$(node bin/github-actions/list-branches --illegal)