mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
[skip ci] fix issue-action
This commit is contained in:
parent
fdeb38c7be
commit
192be4f2a3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issue-action.yml
vendored
2
.github/workflows/issue-action.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue