diff --git a/.github/workflows/switcher-requirements-progress.yml b/.github/workflows/switcher-requirements-progress.yml index dd54388..b614878 100644 --- a/.github/workflows/switcher-requirements-progress.yml +++ b/.github/workflows/switcher-requirements-progress.yml @@ -11,6 +11,9 @@ on: jobs: run: runs-on: ubuntu-latest + strategy: + matrix: + language_code: [ "${{ inputs.language_code }}" ] steps: - name: Checkout current repository @@ -35,7 +38,7 @@ jobs: - name: Clone translation run: | - git clone https://github.com/python/python-docs-${{ inputs.language_code }}.git translation-repo + git clone https://github.com/python/python-docs-${{ matrix.language_code }}.git translation-repo - name: Generate POT files run: | @@ -86,4 +89,4 @@ jobs: with: name: potodo-results-${{ inputs.language_code }} path: potodo-results.txt - retention-days: 30 \ No newline at end of file + retention-days: 30