From e38a00a81de3e4c21716f8a3e71b44f0479fb380 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 6 Mar 2023 16:32:06 +0100 Subject: [PATCH] ok --- .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 ad878e7a9fc..292a49917c5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,4 +56,4 @@ jobs: 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 push -f origin staging:main + git push -f origin staging-go:main