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 25bfb75 commit a4c8fbeCopy full SHA for a4c8fbe
.github/workflows/promote-branch.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "${{ github.ref_name }}"
39
- name: 'Check promotion type'
40
run: |
41
- if [[ "${{ inputs.promotion-type }}" != 'release' || "${{ inputs.promotion-type }}" != 'preview' ]]; then
+ if [[ '${{ inputs.promotion-type }}' != 'release' || '${{ inputs.promotion-type }}' != 'preview' ]]; then
42
echo "Invalid promotion type: ${{ inputs.promotion-type }}"
43
exit 1
44
fi
0 commit comments