From 8a7c7a51cddd5ce6660e1ef65f6576976310a689 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:43:37 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5455859fbbd..35694d2bf2d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -54,5 +54,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 commit --all -m "Commit catalog.json" || echo "Commiting catalog.json failed" + git add **/app_versions.json || echo "Adding app_version.json files failed" + git commit --all -m "Commit app_versions.json and catalog.json" || echo "Commiting app_versions.json and catalog.json failed" git push -f origin staging:main