Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update sync-config.yaml #1606

Merged
merged 1 commit into from Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/sync-config.yaml
Expand Up @@ -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
Expand All @@ -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"