chore(ci): switch python_version to python-version

This commit is contained in:
Luke Tainton 2024-11-28 21:41:18 +00:00
parent f5b13c7d14
commit 9f55f3b207
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
ci: ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main
with: with:
python_version: "3.13" python-version: 3.13
secrets: secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

View File

@ -8,7 +8,7 @@ jobs:
test: test:
uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main uses: luketainton/gha-workflows/.github/workflows/ci-python-poetry-with-docker.yml@main
with: with:
python_version: "3.13" python-version: 3.13
secrets: secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}