소스 검색

set channel

Yuki Takei 5 년 전
부모
커밋
38b1cd11c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/list-unhealthy-branches.yml

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

@@ -28,5 +28,6 @@ jobs:
       env:
         INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
       with:
+        channel: dev
         text: There is some *inactive* branches on remote.
         attachments: ${{ steps.list-branches.outputs.SLACK_ATTACHMENTS_INACTIVE }}