We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33393cc commit e87c73eCopy full SHA for e87c73e
2 files changed
.github/actions/prepare-mergeback-branch/action.yml
@@ -42,7 +42,7 @@ runs:
42
43
- name: Create PR
44
shell: bash
45
- if: inputs.dry-run != 'false'
+ if: inputs.dry-run != 'true'
46
env:
47
VERSION: "${{ inputs.version }}"
48
BASE_BRANCH: "${{ inputs.base }}"
.github/workflows/rollback-release.yml
@@ -12,6 +12,7 @@ on:
12
push:
13
paths:
14
- .github/workflows/rollback-release.yml
15
+ - .github/actions/prepare-mergeback-branch/**
16
17
jobs:
18
prepare:
0 commit comments