We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe4d7e commit f8fb48eCopy full SHA for f8fb48e
4 files changed
action.yml
@@ -9,6 +9,9 @@ inputs:
9
architecture:
10
description: 'The target architecture (x86, x64) of the Python interpreter.'
11
default: 'x64'
12
+outputs:
13
+ python-version:
14
+ description: "The installed python version. Useful when given a version range as input."
15
runs:
16
using: 'node12'
17
main: 'dist/index.js'
0 commit comments