Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: 'Setup a Node.js environment and add it to the PATH, additionally p
author: 'GitHub'
inputs:
version:
description: 'Version range or exact version of a Python version to use, using semver's version range syntax.'
description: 'Version range or exact version of a Python version to use, using semver''s version range syntax.'
default: '3.x'
architecture:
description: 'The target architecture (x86, x64) of the Python interpreter.'
runs:
using: 'node'
main: 'lib/setup-python.js'
main: 'lib/setup-python.js'