set output for the installed version

This commit is contained in:
Robin Daumann 2020-01-29 14:17:34 +01:00
parent 9d6ce31d1f
commit 49d27c4e1e
4 changed files with 37 additions and 17 deletions

View file

@ -9,6 +9,9 @@ inputs:
architecture:
description: 'The target architecture (x86, x64) of the Python interpreter.'
default: 'x64'
outputs:
python-version:
description: "The installed python version. Useful when given a version range as input."
runs:
using: 'node12'
main: 'dist/index.js'