switch github.event.inputs.python-version to inputs.python-version
This commit is contained in:
parent
b2f7d2a100
commit
0bbea57443
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set python-version
|
||||
id: python-version
|
||||
run: |
|
||||
PYTHON_VERSION=${{ github.event.inputs.python-version }}
|
||||
PYTHON_VERSION=${{ inputs.python-version }}
|
||||
echo "value=${PYTHON_VERSION:-"3.11"}" >> $GITHUB_OUTPUT
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
2
.github/workflows/ci-python-poetry.yml
vendored
2
.github/workflows/ci-python-poetry.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set python-version
|
||||
id: python-version
|
||||
run: |
|
||||
PYTHON_VERSION=${{ github.event.inputs.python-version }}
|
||||
PYTHON_VERSION=${{ inputs.python-version }}
|
||||
echo "value=${PYTHON_VERSION:-"3.11"}" >> $GITHUB_OUTPUT
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
2
.github/workflows/ci-python-with-docker.yml
vendored
2
.github/workflows/ci-python-with-docker.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set python-version
|
||||
id: python-version
|
||||
run: |
|
||||
PYTHON_VERSION=${{ github.event.inputs.python-version }}
|
||||
PYTHON_VERSION=${{ inputs.python-version }}
|
||||
echo "value=${PYTHON_VERSION:-"3.11"}" >> $GITHUB_OUTPUT
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
2
.github/workflows/ci-python.yml
vendored
2
.github/workflows/ci-python.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Set python-version
|
||||
id: python-version
|
||||
run: |
|
||||
PYTHON_VERSION=${{ github.event.inputs.python-version }}
|
||||
PYTHON_VERSION=${{ inputs.python-version }}
|
||||
echo "value=${PYTHON_VERSION:-"3.11"}" >> $GITHUB_OUTPUT
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4.1.7
|
||||
|
Loading…
Reference in New Issue
Block a user