We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02583d0 commit 72c1106Copy full SHA for 72c1106
.github/workflows/Update_README.yml
@@ -1,4 +1,4 @@
1
-# This workflow will install Python and run readme_generator.py
+# This workflow will install Python 3, run readme_generator.py, save output to README.md and then push changes.
2
3
name: Update README.md
4
@@ -12,14 +12,14 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Set up Python 3.10
+ - name: Set up Python 3.8
16
uses: actions/setup-python@v2
17
with:
18
- python-version: "3.10"
+ python-version: "3.8"
19
- name: Run readme_generator.py
20
run: |
21
python3 readme_generator.py > README.md
22
- python3 readme_generator.py
+ # python3 readme_generator.py
23
- name: Commit Changes
24
25
git config --global user.name 'BrandonTang89'
0 commit comments