From 91f32f14b0d283feb7787f720d74acbc55e0aa5d Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 24 Nov 2022 13:30:38 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) 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