From f280e9d5b266ef4c54007589e26f6b8e1d134c67 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Tue, 21 Jun 2022 14:58:35 +0200 Subject: [PATCH] fix typo --- .github/workflows/issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"