crowdin-sync-upload.yml 504 B

1234567891011121314151617181920
  1. name: "Crowdin Sync: Upload English strings"
  2. on:
  3. push:
  4. branches:
  5. - master
  6. paths:
  7. - "**/en-US.ini"
  8. jobs:
  9. crowdin-sync-upload:
  10. name: Upload English strings
  11. runs-on: ubuntu-latest
  12. env:
  13. CROWDIN_PAT: ${{ secrets.CROWDIN_SYNC_CROWDIN_PAT }}
  14. GITHUB_EVENT_BEFORE: ${{ github.event.before }}
  15. steps:
  16. - uses: actions/checkout@v3
  17. with:
  18. submodules: recursive
  19. fetch-depth: 100
  20. - uses: obsproject/obs-crowdin-sync/[email protected]