From f69a76035f07461ff9e9fee1943cb8c7e2b97324 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Wed, 23 Nov 2022 12:14:19 +0500 Subject: [PATCH] Use catalog validation docker image to update catalog data --- .github/workflows/update_catalog.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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