소스 검색

chore: replace Ilshidur/[email protected] with Ilshidur/action-discord@master

appflowy 2 년 전
부모
커밋
414bb75688
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      .github/workflows/translation_notify.yml

+ 2 - 5
.github/workflows/translation_notify.yml

@@ -4,15 +4,12 @@ on:
     branches: [ main ]
     paths:
       - "frontend/app_flowy/assets/translations/en.json"
-  pull_request:
-    branches: [ main ]
-    paths:
-      - "frontend/app_flowy/assets/translations/en.json"
+
 jobs:
   Discord-Notify:
     runs-on: ubuntu-latest
     steps:
-      - uses: Ilshidur/action-discord@0.3.2
+      - uses: Ilshidur/action-discord@master
         env:
           DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
         with: