From badd15beb8aa30a91a46fcbc01477bb6617be134 Mon Sep 17 00:00:00 2001 From: Fabian Kramm Date: Mon, 18 Mar 2024 12:03:08 +0100 Subject: [PATCH] build: update sync-config.yaml --- .github/workflows/sync-config.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/sync-config.yaml b/.github/workflows/sync-config.yaml index 8a85ab0f5..69a46bd1c 100644 --- a/.github/workflows/sync-config.yaml +++ b/.github/workflows/sync-config.yaml @@ -31,7 +31,6 @@ jobs: cd vcluster-config # Checkout new branch - git checkout -b sync-config git add --all # if there are no changes, exit early @@ -46,8 +45,5 @@ jobs: # commit changes git commit -m "chore: sync vCluster config" - git push -u origin -f sync-config - echo "Pushed commit to branch" - - # create PR - gh pr create --title "Sync vCluster Config" --body "This is an automated PR generated to sync the vCluster config from https://github.com/loft-sh/vcluster to this repository" + git push -u origin -f main + echo "Pushed commit to main branch"