Skip to content

Commit b96ef73

Browse files
author
Danny McCormick
authored
Strings can't have '
1 parent c7ad7b4 commit b96ef73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description: 'Setup a Node.js environment and add it to the PATH, additionally p
33
author: 'GitHub'
44
inputs:
55
version:
6-
description: 'Version range or exact version of a Python version to use, using semver's version range syntax.'
6+
description: 'Version range or exact version of a Python version to use, using semvers version range syntax.'
77
default: '3.x'
88
architecture:
99
description: 'The target architecture (x86, x64) of the Python interpreter.'
1010
runs:
1111
using: 'node'
12-
main: 'lib/setup-python.js'
12+
main: 'lib/setup-python.js'

0 commit comments

Comments
 (0)