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

Commit ae4917d

Browse filesBrowse files
author
Danny McCormick
authored
Use correct comment character
1 parent e336b85 commit ae4917d
Copy full SHA for ae4917d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ steps:
1919
- uses: actions/checkout@master
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.
23-
architecture: 'x64' // (x64 or x86)
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)
2424
- run: python my_script.py
2525
```
2626

0 commit comments

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