diff --git a/.github/workflows/issue-action.yml b/.github/workflows/issue-action.yml index 496439db..f591851d 100644 --- a/.github/workflows/issue-action.yml +++ b/.github/workflows/issue-action.yml @@ -30,10 +30,11 @@ jobs: closed-issues-label: "invalid" - name: Check if issue mentions a provider id: provider_check + env: + GH_TEXT: "${{ github.event.issue.title }} ${{ github.event.issue.body }}" run: | wget --output-document check_issue.py "https://raw.githubusercontent.com/recloudstream/.github/master/.github/check_issue.py" pip3 install httpx - export GH_TEXT=$(jq '.client_payload.github.event.issue.body' $GITHUB_EVENT_PATH) RES="$(python3 ./check_issue.py)" echo "::set-output name=name::${RES}" - name: Comment if issue mentions a provider