forked from recloudstream/cloudstream
[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)"
|
RES="$(python3 ./check_issue.py)"
|
||||||
echo "::set-output name=name::${RES
|
echo "::set-output name=name::${RES
|
||||||
- name: Comment if issue mentions a provider
|
- 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
|
uses: actions-cool/issues-helper@v3
|
||||||
with:
|
with:
|
||||||
actions: 'create-comment'
|
actions: 'create-comment'
|
||||||
|
|
Loading…
Reference in a new issue