Skip to content

Commit

Permalink
Merge pull request #1604 from FabianKramm/main
Browse files Browse the repository at this point in the history
build: update sync-config.yaml
  • Loading branch information
FabianKramm authored Mar 18, 2024
2 parents c583dd1 + 1ffb262 commit 5633f05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
cd vcluster-config
# create commit
git checkout -b sync-config
# if there are no changes, exit early
if git diff-index --quiet HEAD --; then
exit 0
fi
# create commit
git checkout -b sync-config
# commit changes
git add --all
git commit -m "chore: sync vCluster config"
Expand Down

0 comments on commit 5633f05

Please sign in to comment.