Skip to content

Commit

Permalink
Merge pull request #535 from opokornyy/rename-ssp-branch
Browse files Browse the repository at this point in the history
feat: Rename ssp master branch to main
  • Loading branch information
kubevirt-bot committed Jun 29, 2023
2 parents ec5f896 + df69ad2 commit 0bbdbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
cd ssp-operator
git remote add upstream https://github.com/kubevirt/ssp-operator
git fetch upstream
git checkout master
git rebase upstream/master
git checkout main
git rebase upstream/main
git checkout -b update-common-templates-${VERSION}
# Update the new common-templates file
Expand All @@ -83,7 +83,7 @@ jobs:
# Create a new PR in the operator repo
gh pr create --repo kubevirt/ssp-operator \
--base master \
--base main \
--head ${GITHUB_FORK_USER}:update-common-templates-${VERSION} \
--title "Update common-templates to ${VERSION}" \
--body "$(cat << EOF
Expand Down

0 comments on commit 0bbdbb1

Please sign in to comment.