We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4799635 commit e123384Copy full SHA for e123384
.github/workflows/rollback-release.yml
@@ -62,6 +62,9 @@ jobs:
62
run: |
63
set -x
64
65
+ # Checkout the base branch, since we may be testing on a different branch
66
+ git checkout "$BASE_BRANCH"
67
+
68
# Generate a new branch name for the mergeback PR
69
short_sha="${GITHUB_SHA:0:8}"
70
NEW_BRANCH="mergeback/${VERSION}-to-${BASE_BRANCH}-${short_sha}"
0 commit comments