Skip to content

Commit a4c8fbe

Browse files
committed
adS
1 parent 25bfb75 commit a4c8fbe

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
@@ -38,7 +38,7 @@ jobs:
3838
echo "${{ github.ref_name }}"
3939
- name: 'Check promotion type'
4040
run: |
41-
if [[ "${{ inputs.promotion-type }}" != 'release' || "${{ inputs.promotion-type }}" != 'preview' ]]; then
41+
if [[ '${{ inputs.promotion-type }}' != 'release' || '${{ inputs.promotion-type }}' != 'preview' ]]; then
4242
echo "Invalid promotion type: ${{ inputs.promotion-type }}"
4343
exit 1
4444
fi

0 commit comments

Comments
 (0)