Fix extension error not being sent for user data load error #153
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Upload to Crowdin | |
on: | |
push: | |
branches: | |
- master | |
permissions: {} | |
jobs: | |
upload: | |
environment: dev-crowdin | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Upload latest strings for translation on Crowdin | |
uses: crowdin/github-action@v2 | |
with: | |
crowdin_branch_name: master | |
config: 'crowdin.yml' | |
project_id: ${{ secrets.CROWDIN_API_PROJECT_ID }} | |
token: ${{ secrets.CROWDIN_API_TOKEN }} | |
- name: Upload latest strings for translation on Crowdin | |
uses: crowdin/github-action@v2 | |
with: | |
crowdin_branch_name: master | |
config: 'crowdin-readme.yml' | |
project_id: ${{ secrets.CROWDIN_API_PROJECT_ID }} | |
token: ${{ secrets.CROWDIN_API_TOKEN }} |