From 07ec99b24ddba572e2d6b2d381d228f1f89eb5a4 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 24 Nov 2022 18:13:11 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a4a82eb579b..52cfe9a5ee6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,6 @@ jobs: cd "/home/runner/work/catalog/catalog/" 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 add catalog.json || echo "Adding catalog.json failed" git commit --all -m "Commit catalog.json" || echo "Commiting catalog.json failed" git push -f origin staging:main