Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit f8fb48e

Browse filesBrowse files
authored
output installed version number after setup (actions#51)
* output installed version number after setup * set output for the installed version
1 parent ebe4d7e commit f8fb48e
Copy full SHA for f8fb48e

File tree

Expand file treeCollapse file tree

4 files changed

+4116
-5361
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4116
-5361
lines changed

‎action.yml

Copy file name to clipboardExpand all lines: action.yml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ inputs:
99
architecture:
1010
description: 'The target architecture (x86, x64) of the Python interpreter.'
1111
default: 'x64'
12+
outputs:
13+
python-version:
14+
description: "The installed python version. Useful when given a version range as input."
1215
runs:
1316
using: 'node12'
1417
main: 'dist/index.js'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.