Skip to content

crowdin action

crowdin action #1

Workflow file for this run

name: Crowdin - Upload strings
on:
push:
branches:
- master
jobs:
deploy:
if: github.repository == 'yamikaitou/YamiCogs'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: pip install redgettext==3.4.2
- name: Generate source files
run: make gettext
- name: Upload source files
uses: crowdin/github-action@v1
with:

Check failure on line 23 in .github/workflows/crowdin.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/crowdin.yml

Invalid workflow file

You have an error in your yaml syntax on line 23
upload_sources: true
upload_translations: false
download_sources: false
download_translations: false
env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_IDENTIFIER }}