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.
BASE_BRANCH
1 parent e123384 commit dc338b2Copy full SHA for dc338b2
.github/workflows/rollback-release.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: Prepare mergeback branch
58
id: mergeback-branch
59
env:
60
- BASE_BRANCH: "main"
+ BASE_BRANCH: ${{ (github.event_name == 'workflow_dispatch' && 'main') || github.ref_name }}
61
VERSION: ${{ needs.prepare.outputs.version }}
62
run: |
63
set -x
0 commit comments