diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 34cc8b3c56..4f235dc3b6 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -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: |