Skip to content

Commit

Permalink
output installed version number after setup (actions#51)
Browse files Browse the repository at this point in the history
* output installed version number after setup

* set output for the installed version
  • Loading branch information
rdaumann authored Mar 9, 2020
1 parent ebe4d7e commit f8fb48e
Show file tree
Hide file tree
Showing 4 changed files with 4,116 additions and 5,361 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading

0 comments on commit f8fb48e

Please sign in to comment.