Browse Source

Use catalog validation docker image to update catalog data

sonicaj 2 years ago
parent
commit
f69a76035f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/update_catalog.yaml

+ 2 - 1
.github/workflows/update_catalog.yaml

@@ -15,7 +15,8 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
       - name: Update catalog details
       - 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
       - uses: stefanzweifel/git-auto-commit-action@v4
         with:
         with:
             commit_message: Update catalog information
             commit_message: Update catalog information