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