Procházet zdrojové kódy

Merge pull request #673 from AppFlowy-IO/feat/fix_translate_notify

ci: replace Ilshidur/[email protected] with Ilshidur/action-dis…
Nathan.fooo před 2 roky
rodič
revize
5898fffe0e
1 změnil soubory, kde provedl 2 přidání a 5 odebrání
  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: