Fix action input name

This commit is contained in:
Daniel A. Wozniak 2024-12-07 16:46:28 -07:00 committed by Daniel Wozniak
parent 1d0f6cc311
commit b41e513547

View file

@ -368,10 +368,10 @@ jobs:
with:
name: nox-macos-${{ matrix.arch }}-${{ inputs.nox-session }}
- name: Set up Python ${{ inputs.gh-actions-python-version }}
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.gh-actions-python-version }}"
python-version: "${{ inputs.python-version }}"
- name: Install Nox
run: |
@ -599,10 +599,10 @@ jobs:
run: |
echo true
- name: Set up Python ${{ inputs.gh-actions-python-version }}
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.gh-actions-python-version }}"
python-version: "${{ inputs.python-version }}"
- name: Install Nox
run: |
@ -855,10 +855,10 @@ jobs:
run: |
tree -a artifacts
- name: Set up Python ${{ inputs.gh-actions-python-version }}
- name: Set up Python ${{ inputs.python-version }}
uses: actions/setup-python@v5
with:
python-version: "${{ inputs.gh-actions-python-version }}"
python-version: "${{ inputs.python-version }}"
- name: Install Nox
run: |