Skip to content

Commit 7e60f6f

Browse files
authored
Update updater.yml
1 parent 3731df6 commit 7e60f6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/updater.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
- name: remove py file
6161
run: rm -r *.py
6262

63+
- name: Update Readme Index File
64+
run: envsubst < .github/README.template.md > README.md
65+
6366
- name: Update Repo
6467
run: |
6568
git config --global user.name 'github-actions'

0 commit comments

Comments
 (0)