0
0

.gitea/workflows/update-check.yml aktualisiert
All checks were successful
Pagefind Update Check / update-check (push) Successful in 1s

This commit is contained in:
Denys Konovalov 2024-07-07 11:18:27 +02:00
parent ce67691e4e
commit 856b3310dd

@ -33,7 +33,7 @@ jobs:
- name: Notification
uses: actions/telegram-action@main
if: steps.check.outputs.update_available == 1
if: always() && steps.check.outputs.update_available == 1
with:
chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }}