translation_notify.yml 502 B

12345678910111213141516171819
  1. name: Translation Notify
  2. on:
  3. push:
  4. branches: [ main ]
  5. paths:
  6. - "frontend/app_flowy/assets/translations/en.json"
  7. pull_request:
  8. branches: [ main ]
  9. paths:
  10. - "frontend/app_flowy/assets/translations/en.json"
  11. jobs:
  12. Discord-Notify:
  13. runs-on: ubuntu-latest
  14. steps:
  15. - uses: Ilshidur/[email protected]
  16. env:
  17. DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
  18. with:
  19. args: '@appflowytranslators English UI strings has been updated.'