Skip to content

Commit 869a593

Browse files
committed
fixed/changed names
1 parent 4898d96 commit 869a593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pythons:
1919
runs-on: ubuntu-latest
2020
outputs:
21-
pythons: ${{ steps.set-pythons.outputs.pythons }}
21+
versions: ${{ steps.set-pythons.outputs.pythons }}
2222
steps:
2323
- id: set-pythons
2424
run: |
@@ -32,7 +32,7 @@ jobs:
3232
needs: pythons
3333
strategy:
3434
matrix:
35-
python-version: ${{needs.set-pythons.outputs.pythons}}
35+
python-version: ${{needs.pythons.outputs.versions}}
3636

3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)