From 192be4f2a3d33e6ea470733a8403c8d2ec3457c4 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:10:13 +0200 Subject: [PATCH] [skip ci] fix issue-action --- .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 985ac3fe..d8044947 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'