Skip to content

Commit

Permalink
check pending: update reminder message
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 20, 2024
1 parent 2a62dbb commit 8361510
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,7 +19,7 @@ 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 'REMINDER: Pending domains not cleared.'
fi
env:
TELEGRAM_CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
Expand Down

0 comments on commit 8361510

Please sign in to comment.