diff --git a/.github/workflows/issue-action.yml b/.github/workflows/issue-action.yml index 3f680fb3..985ac3fe 100644 --- a/.github/workflows/issue-action.yml +++ b/.github/workflows/issue-action.yml @@ -37,7 +37,7 @@ jobs: RES="$(python3 ./check_issue.py)" echo "::set-output name=name::${RES - name: Comment if issue mentions a provider - if: ${{ steps.provider_check.outputs.name != "none" }} + if: steps.provider_check.outputs.name != "none" uses: actions-cool/issues-helper@v3 with: actions: 'create-comment'