Skip to content

Commit 72c1106

Browse files
Update Update_README.yml
1 parent 02583d0 commit 72c1106

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/Update_README.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This workflow will install Python and run readme_generator.py
1+
# This workflow will install Python 3, run readme_generator.py, save output to README.md and then push changes.
22

33
name: Update README.md
44

@@ -12,14 +12,14 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up Python 3.10
15+
- name: Set up Python 3.8
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.8"
1919
- name: Run readme_generator.py
2020
run: |
2121
python3 readme_generator.py > README.md
22-
python3 readme_generator.py
22+
# python3 readme_generator.py
2323
- name: Commit Changes
2424
run: |
2525
git config --global user.name 'BrandonTang89'

0 commit comments

Comments
 (0)