Yuki Takei 5 лет назад
Родитель
Сommit
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)