Skip to content

[1.20.4] Port feature mod element (#4570) #16

[1.20.4] Port feature mod element (#4570)

[1.20.4] Port feature mod element (#4570) #16

Workflow file for this run

name: Crowdin Push
on:
push:
branches:
- master
workflow_dispatch: {}
jobs:
crowdin-push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crowdin/github-action@cb33a030bb1675169b76617d5805242aeea6eaec
name: Push sources to Crowdin
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
with:
config: crowdin.yml
crowdin_branch_name: master
upload_sources: true
upload_translations: false
download_translations: false