We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e336b85 commit ae4917dCopy full SHA for ae4917d
README.md
@@ -19,8 +19,8 @@ steps:
19
- uses: actions/checkout@master
20
- uses: actions/setup-python@v1
21
with:
22
- python-version: '3.x' // Version range or exact version of a Python version to use, using semvers version range syntax.
23
- architecture: 'x64' // (x64 or x86)
+ python-version: '3.x' # Version range or exact version of a Python version to use, using semvers version range syntax.
+ architecture: 'x64' # (x64 or x86)
24
- run: python my_script.py
25
```
26
0 commit comments