Explorar el Código

Merge pull request #1943 from weseek/feat/edit-ci.yml-to-use-the-new-actions

feat/edit-ci.yml-to-use-the-new-actions
Yuki Takei hace 6 años
padre
commit
4e6abf66b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -113,7 +113,7 @@ jobs:
         MONGO_URI: mongodb://localhost:27017/growi_test
 
     - name: Slack Notification
-      uses: homoluctus/slatify@master
+      uses: weseek/slack-notification@master
       if: failure()
       with:
         type: ${{ job.status }}