소스 검색

Use catalog validation docker image to update catalog data

sonicaj 2 년 전
부모
커밋
f69a76035f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/workflows/update_catalog.yaml

+ 2 - 1
.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