Skip to content

Commit 120f39f

Browse files
committed
fixed env var reference
1 parent 379bb6d commit 120f39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/promote-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
echo "Invalid promotion type ${{ inputs.promotion-type }}"
161161
exit 1
162162
- name: 'Validate current branch'
163-
if: ${{ (env.isdevelopment-branch == 'false') && (env.is-maintenance-branch == 'false') }}
163+
if: ${{ (env.is-development-branch == 'false') && (env.is-maintenance-branch == 'false') }}
164164
run: |
165165
echo "Invalid current branch '${{ github.ref_name }}'"
166166
exit 1

0 commit comments

Comments
 (0)