forked from recloudstream/cloudstream
[skip ci] fix issue-actions
This commit is contained in:
parent
4583da59da
commit
f86d9881ae
1 changed files with 2 additions and 1 deletions
3
.github/workflows/issue-action.yml
vendored
3
.github/workflows/issue-action.yml
vendored
|
@ -30,10 +30,11 @@ jobs:
|
||||||
closed-issues-label: "invalid"
|
closed-issues-label: "invalid"
|
||||||
- name: Check if issue mentions a provider
|
- name: Check if issue mentions a provider
|
||||||
id: provider_check
|
id: provider_check
|
||||||
|
env:
|
||||||
|
GH_TEXT: "${{ github.event.issue.title }} ${{ github.event.issue.body }}"
|
||||||
run: |
|
run: |
|
||||||
wget --output-document check_issue.py "https://raw.githubusercontent.com/recloudstream/.github/master/.github/check_issue.py"
|
wget --output-document check_issue.py "https://raw.githubusercontent.com/recloudstream/.github/master/.github/check_issue.py"
|
||||||
pip3 install httpx
|
pip3 install httpx
|
||||||
export GH_TEXT=$(jq '.client_payload.github.event.issue.body' $GITHUB_EVENT_PATH)
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue