From 758550e60ea2d75b7520db71b5dedaf3123a28d2 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 24 Nov 2022 13:16:52 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 50c2d3b768..fb2a87bf4c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,5 +35,5 @@ jobs: 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 commit --all -m "Commit catalog.json" || echo "Commiting catalog.json failed" git push -f origin staging:main