add the issue number to the env
parent
10687a02c1
commit
15749b01d8
|
|
@ -19,4 +19,5 @@ jobs:
|
|||
- name: Check issue
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ISSUE_NUMBER: ${{ github.event.number }}
|
||||
run: python .github/scripts/issue_checker.py
|
||||
|
|
|
|||
Loading…
Reference in New Issue