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 379bb6d commit 120f39fCopy full SHA for 120f39f
.github/workflows/promote-branch.yml
@@ -160,7 +160,7 @@ jobs:
160
echo "Invalid promotion type ${{ inputs.promotion-type }}"
161
exit 1
162
- name: 'Validate current branch'
163
- if: ${{ (env.isdevelopment-branch == 'false') && (env.is-maintenance-branch == 'false') }}
+ if: ${{ (env.is-development-branch == 'false') && (env.is-maintenance-branch == 'false') }}
164
run: |
165
echo "Invalid current branch '${{ github.ref_name }}'"
166
0 commit comments