From 52a462fc4c0d3b3a9a56bfcd03723e505a574ab4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 24 Nov 2022 13:16:21 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3f6cdb9d28..50c2d3b768 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,15 +27,13 @@ jobs: run: | echo "Starting Catalog json Generation" /usr/local/bin/catalog_update update --path "${PWD}" - pwd - ls -la - git config user.name "TrueCharts-Bot" - git config user.email "bot@truecharts.org" - git add catalog.json || echo "Adding catalog.json failed" - git commit -m "Commit catalog.json" || echo "Commiting catalog.json failed" - name: Merge staging into main run: | git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" + git config user.name "TrueCharts-Bot" + git config user.email "bot@truecharts.org" + # git add catalog.json || echo "Adding catalog.json failed" + # git commit -m "Commit catalog.json" || echo "Commiting catalog.json failed" git push -f origin staging:main