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