fix syntax (#10155)

This commit is contained in:
Harrison Chase
2023-09-03 16:08:43 -07:00
committed by GitHub
parent 50ca44c79f
commit c0518be1f1

View File

@@ -27,7 +27,7 @@ runs:
using: composite
steps:
- uses: actions/setup-python@v4
name: Setup python $${ inputs.python-version }}
name: Setup python ${{ inputs.python-version }}
with:
python-version: ${{ inputs.python-version }}