[skip ci] update issue-action.yml

This commit is contained in:
Cloudburst 2022-08-20 13:09:20 +02:00 committed by GitHub
parent 9eda9b892c
commit fdeb38c7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'