Skip to content

Commit

Permalink
chore: amend comment watchdog (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair authored Oct 14, 2024
1 parent 86df771 commit 20b1071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment-watchdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Check comment for spam
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SPAM_KEYWORDS: ${{ secrets.COMMENT_WATCHDOG_KEYWORDS }}
SPAM_KEYWORDS: ${{ vars.COMMENT_WATCHDOG_KEYWORDS }}
run: |
COMMENT_ID=$(jq -r '.comment.id' < "$GITHUB_EVENT_PATH")
COMMENT_BODY=$(jq -r '.comment.body' < "$GITHUB_EVENT_PATH")
Expand Down

0 comments on commit 20b1071

Please sign in to comment.