From 1447400c0afbd347f98d7e98f529b727d7fb75f4 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Wed, 16 Jul 2025 21:46:36 +0100 Subject: [PATCH] ci: use `issue.html_url` instead of `issue.url` Signed-off-by: Babak K. Shandiz --- .github/workflows/detect-spam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detect-spam.yml b/.github/workflows/detect-spam.yml index f622580dd..91835f008 100644 --- a/.github/workflows/detect-spam.yml +++ b/.github/workflows/detect-spam.yml @@ -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