mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
[skip ci] fix issue-actions
This commit is contained in:
parent
192be4f2a3
commit
4583da59da
1 changed files with 2 additions and 2 deletions
4
.github/workflows/issue-action.yml
vendored
4
.github/workflows/issue-action.yml
vendored
|
@ -33,9 +33,9 @@ jobs:
|
|||
run: |
|
||||
wget --output-document check_issue.py "https://raw.githubusercontent.com/recloudstream/.github/master/.github/check_issue.py"
|
||||
pip3 install httpx
|
||||
export GH_TEXT="${{ github.event.issue.title }} ${{ github.event.issue.body }}"
|
||||
export GH_TEXT=$(jq '.client_payload.github.event.issue.body' $GITHUB_EVENT_PATH)
|
||||
RES="$(python3 ./check_issue.py)"
|
||||
echo "::set-output name=name::${RES
|
||||
echo "::set-output name=name::${RES}"
|
||||
- name: Comment if issue mentions a provider
|
||||
if: steps.provider_check.outputs.name != 'none'
|
||||
uses: actions-cool/issues-helper@v3
|
||||
|
|
Loading…
Reference in a new issue