소스 검색

add debug code

Yuki Takei 5 년 전
부모
커밋
d762b7fa0d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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
       id: list-branches
       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_ILLEGAL::$(node bin/github-actions/list-branches --illegal)