ci: use issue.html_url instead of issue.url

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-07-16 21:46:36 +01:00
parent e90336a331
commit 1447400c0a
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -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