Kaynağa Gözat

use new action

itizawa 6 yıl önce
ebeveyn
işleme
5b1ce97e74
1 değiştirilmiş dosya ile 7 ekleme ve 3 silme
  1. 7 3
      .github/workflows/ci.yml

+ 7 - 3
.github/workflows/ci.yml

@@ -53,12 +53,13 @@ jobs:
         yarn lint
         yarn lint
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: homoluctus/slatify@master
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
         job_name: '*test (${{ matrix.node-version }})*'
         job_name: '*test (${{ matrix.node-version }})*'
         channel: '#ci'
         channel: '#ci'
+        isCompactMode: true
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
 
 
 
 
@@ -119,6 +120,7 @@ jobs:
         type: ${{ job.status }}
         type: ${{ job.status }}
         job_name: '*test (${{ matrix.node-version }})*'
         job_name: '*test (${{ matrix.node-version }})*'
         channel: '#ci'
         channel: '#ci'
+        isCompactMode: true
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
 
 
 
 
@@ -183,12 +185,13 @@ jobs:
         yarn build:dev
         yarn build:dev
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: homoluctus/slatify@master
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
         job_name: '*build-dev (${{ matrix.node-version }})*'
         job_name: '*build-dev (${{ matrix.node-version }})*'
         channel: '#ci'
         channel: '#ci'
+        isCompactMode: true
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
 
 
 
 
@@ -268,10 +271,11 @@ jobs:
         path: report
         path: report
 
 
     - name: Slack Notification
     - name: Slack Notification
-      uses: homoluctus/slatify@master
+      uses: weseek/ghaction-slack-notification@master
       if: failure()
       if: failure()
       with:
       with:
         type: ${{ job.status }}
         type: ${{ job.status }}
         job_name: '*build-prod (${{ matrix.node-version }})*'
         job_name: '*build-prod (${{ matrix.node-version }})*'
         channel: '#ci'
         channel: '#ci'
+        isCompactMode: true
         url: ${{ secrets.SLACK_WEBHOOK_URL }}
         url: ${{ secrets.SLACK_WEBHOOK_URL }}