♻️ Add dep for update readme workflow
parent
0932426f0e
commit
1cb5780680
|
@ -9,6 +9,9 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install tree
|
||||
run: sudo apt-get install tree -y
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
|
@ -22,7 +25,7 @@ jobs:
|
|||
|
||||
- name: Update README
|
||||
run: |
|
||||
python .github/README.py --tag $(git describe --tags --abbrev=0)
|
||||
python .github/update-readme.py --tag $(git describe --tags --abbrev=0)
|
||||
|
||||
- name: Commit files
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue