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