From 92366a32f469707e07331f6ff4ce582fdfe6ca51 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 24 Nov 2022 13:37:55 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4c662bbf6f..f21c238e54 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,14 +26,16 @@ jobs: - name: catalog json generation run: | echo "Starting Catalog json Generation" - cd catalog/catalog + pwd + ls -la /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 + pwd + ls -la git add catalog.json git commit -m "Commit catalog.json" git push -f origin staging:main