From fdeb38c7be9b447516b63f1e33c2969e308ee59a Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:09:20 +0200 Subject: [PATCH] [skip ci] update issue-action.yml --- .github/workflows/issue-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'