Fix workflow option name

This commit is contained in:
Daniel A. Wozniak 2024-12-07 15:56:38 -07:00 committed by Daniel Wozniak
parent a16f28a2ac
commit 1d0f6cc311
6 changed files with 6 additions and 6 deletions

View file

@ -489,7 +489,7 @@ jobs:
with:
nox-session: ci-test-onedir
nox-version: 2022.8.7
gh-actions-python-version: "3.10"
python-version: "3.10"
testrun: ${{ needs.prepare-workflow.outputs.testrun }}
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
cache-prefix: ${{ needs.prepare-workflow.outputs.cache-seed }}|3.10.15

View file

@ -566,7 +566,7 @@ jobs:
with:
nox-session: ci-test-onedir
nox-version: 2022.8.7
gh-actions-python-version: "3.10"
python-version: "3.10"
testrun: ${{ needs.prepare-workflow.outputs.testrun }}
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
cache-prefix: ${{ needs.prepare-workflow.outputs.cache-seed }}|3.10.15

View file

@ -528,7 +528,7 @@ jobs:
with:
nox-session: ci-test-onedir
nox-version: 2022.8.7
gh-actions-python-version: "3.10"
python-version: "3.10"
testrun: ${{ needs.prepare-workflow.outputs.testrun }}
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
cache-prefix: ${{ needs.prepare-workflow.outputs.cache-seed }}|3.10.15

View file

@ -552,7 +552,7 @@ jobs:
with:
nox-session: ci-test-onedir
nox-version: 2022.8.7
gh-actions-python-version: "3.10"
python-version: "3.10"
testrun: ${{ needs.prepare-workflow.outputs.testrun }}
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
cache-prefix: ${{ needs.prepare-workflow.outputs.cache-seed }}|3.10.15

View file

@ -13,7 +13,7 @@
with:
nox-session: ci-test-onedir
nox-version: <{ nox_version }>
gh-actions-python-version: "<{ gh_actions_workflows_python_version }>"
python-version: "<{ gh_actions_workflows_python_version }>"
testrun: ${{ needs.prepare-workflow.outputs.testrun }}
salt-version: "${{ needs.prepare-workflow.outputs.salt-version }}"
cache-prefix: ${{ needs.prepare-workflow.outputs.cache-seed }}|<{ python_version }>

View file

@ -12,7 +12,7 @@ on:
required: true
type: string
description: JSON string containing information about what and how to run the test suite
gh-actions-python-version:
python-version:
required: false
type: string
description: The python version to run tests with