diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index c0dc1402..ebc7fbc8 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -31,7 +31,7 @@ jobs: fi - name: Determine type run: | - if [ ${{ contains(github.event.*.labels.*.name, 'Type: Bug') }}; then + if [ ${{ contains(github.event.*.labels.*.name, 'Type: Bug') }} ]; then echo "type=bug" >> $GITHUB_ENV" else echo "type=story" >> $GITHUB_ENV"