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