ci: use issue.html_url instead of issue.url
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
e90336a331
commit
1447400c0a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/detect-spam.yml
vendored
2
.github/workflows/detect-spam.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Run spam detection
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.AUTOMATION_TOKEN }}
|
||||
ISSUE_URL: ${{ github.event.issue.url }}
|
||||
ISSUE_URL: ${{ github.event.issue.html_url }}
|
||||
run: |
|
||||
./.github/workflows/scripts/spam-detection/process-issue.sh "$ISSUE_URL"
|
||||
if [[ $? -ne 0 ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue