8000 Match README to action.yml · Ditto190/Github-setup-python@d8bca2d · GitHub
[go: up one dir, main page]

Skip to content

Commit d8bca2d

Browse files
committed
Match README to action.yml
1 parent 4a251cd commit d8bca2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
- uses: actions/checkout@v1
2020
- uses: actions/setup-python@v1
2121
with:
22-
python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
22+
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2323
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
2424
- run: python my_script.py
2525
```

0 commit comments

Comments
 (0)
0