diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 43a66ce3682..4c662bbf6f1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,12 +26,14 @@ jobs: - name: catalog json generation run: | echo "Starting Catalog json Generation" + cd catalog/catalog /usr/local/bin/catalog_update update --path "${PWD}" - name: Merge staging into main run: | git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" + cd catalog/catalog git add catalog.json git commit -m "Commit catalog.json" git push -f origin staging:main