♻️ Add dep for update readme workflow

patch-1
Dwi Siswanto 2020-11-17 06:43:59 +07:00
parent 0932426f0e
commit 1cb5780680
1 changed files with 4 additions and 1 deletions

View File

@ -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: |