Skip to content

Commit b271971

Browse files
committed
ci: properly expose python-version from setup step
1 parent accf0c3 commit b271971

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ inputs:
66
type: string
77
default: 3.12
88
outputs:
9-
'python-version': ${{ steps.python.outputs.python-version }}
9+
'python-version':
10+
value: ${{ steps.python.outputs.python-version }}
1011
runs:
1112
using: "composite"
1213
steps:

0 commit comments

Comments
 (0)