Skip to content

Commit

Permalink
check pending: potential fix for reminder not sending
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 20, 2024
1 parent ef038de commit 28158b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_pending.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: Check if there are pending domains
run: |
if [[ -d data/pending ]]; then
bash scripts/tools.sh --send-telegram 'Pending domains not cleared.'
bash scripts/tools.sh --send-telegram "Pending domains not cleared."
fi

0 comments on commit 28158b2

Please sign in to comment.