mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
chore: remove unused steps in populate-readme action
This commit is contained in:
parent
15b8cff9d6
commit
cb2d7e318c
1 changed files with 0 additions and 5 deletions
5
.github/workflows/populate-readme.yml
vendored
5
.github/workflows/populate-readme.yml
vendored
|
|
@ -19,11 +19,6 @@ jobs:
|
|||
- name: Populate README.md from master
|
||||
run: |
|
||||
node ./scripts/populate-readme.js
|
||||
git add generated-readme.md
|
||||
git stash -- generated-readme.md
|
||||
git checkout master
|
||||
git stash pop
|
||||
git reset
|
||||
mv generated-readme.md readme.md
|
||||
git add readme.md
|
||||
git config --local user.email "action@github.com"
|
||||
|
|
|
|||
Loading…
Reference in a new issue