Yuki Takei 5 лет назад
Родитель
Сommit
645ffc2c44
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/list-unhealthy-branches.yml

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

@@ -40,7 +40,7 @@ jobs:
         status: custom
         payload: |
           {
-            text: '<@channel> There is some *illegal named branches* on GitHub.',
+            text: '<!channel> There is some *illegal named branches* on GitHub.',
             channel: '#ci',
             attachments: ${{ steps.list-branches.outputs.SLACK_ATTACHMENTS_ILLEGAL }}
           }
@@ -54,7 +54,7 @@ jobs:
         status: custom
         payload: |
           {
-            text: '<@channel> There is some *illegal named branches* on GitHub.',
+            text: '<!channel> There is some *illegal named branches* on GitHub.',
             channel: '#ci',
             attachments: ${{ steps.list-branches.outputs.SLACK_ATTACHMENTS_INACTIVE }}
           }