From df69ad288b632a0e0d687fff999e9c945813fadf Mon Sep 17 00:00:00 2001 From: Ondrej Pokorny Date: Mon, 19 Jun 2023 14:19:55 +0200 Subject: [PATCH] feat: Rename ssp master branch to main Signed-off-by: Ondrej Pokorny --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 980abb9e..0c638215 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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