瀏覽代碼

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

ci: replace Ilshidur/[email protected] with Ilshidur/action-dis…
Nathan.fooo 2 年之前
父節點
當前提交
5898fffe0e
共有 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: