Skip to content

Fix syntax

Fix syntax #3

Workflow file for this run

name: crowdin upload
on:
push:
branches: [crowdinUpload2]
jobs:
Crowdin upload:

Check failure on line 7 in .github/workflows/crowdin.yaml

View workflow run for this annotation

GitHub Actions / crowdin upload

Invalid workflow file

The workflow is not valid. .github/workflows/crowdin.yaml (Line: 7, Col: 3): The identifier 'Crowdin upload' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.sha }}
- uses: actions/setup-python@v4
with:
python-version: 3.11
architecture: x86
- name: generate pot file
run: |
xgettext -o nvda.pot --package-name "nvda" --package-version ${{ github.sha }} --foreign-user --add-comments=Translators:" --keyword=pgettext:1c,2 --keyword=npgettext:1c,2,3 --from-code utf-8 --language=python source/*.pyw source/**.py
- name: Upload to Crowdin
env:
crowdinProjectID: ${{ secrets.crowdinProjectID }}
crowdinAuthToken: ${{ secrets.crowdinAuthToken }}
run: |
py crowdinSync.py uploadSourceFile 2 nvda.pot nvda.pot