We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accf0c3 commit b271971Copy full SHA for b271971
.github/actions/setup/action.yml
@@ -6,7 +6,8 @@ inputs:
6
type: string
7
default: 3.12
8
outputs:
9
- 'python-version': ${{ steps.python.outputs.python-version }}
+ 'python-version':
10
+ value: ${{ steps.python.outputs.python-version }}
11
runs:
12
using: "composite"
13
steps:
0 commit comments