From 9e2aee6736c898258cf391b8a2f9d94999e8bccc Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 24 Nov 2022 15:10:07 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a351ac035..7c243f66df 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,5 +34,6 @@ jobs: git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org" # git add catalog.json || echo "Adding catalog.json failed" + git status git commit --all -m "Commit catalog.json" || echo "Commiting catalog.json failed" git push -f origin staging:main