diff --git a/.github/workflows/update_catalog.yaml b/.github/workflows/update_catalog.yaml index 6addb8f589..6d2c3f5c36 100644 --- a/.github/workflows/update_catalog.yaml +++ b/.github/workflows/update_catalog.yaml @@ -15,7 +15,8 @@ jobs: steps: - uses: actions/checkout@v2 - name: Update catalog details - run: ./update_catalog_detail.py + run: | + /bin/bash -c "PWD=${pwd}; /usr/local/bin/catalog_update update --path $PWD" - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Update catalog information