.gitea/workflows/update-check.yml aktualisiert
All checks were successful
Pagefind Update Check / update-check (push) Successful in 1s
All checks were successful
Pagefind Update Check / update-check (push) Successful in 1s
This commit is contained in:
parent
ce67691e4e
commit
856b3310dd
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Notification
|
- name: Notification
|
||||||
uses: actions/telegram-action@main
|
uses: actions/telegram-action@main
|
||||||
if: steps.check.outputs.update_available == 1
|
if: always() && steps.check.outputs.update_available == 1
|
||||||
with:
|
with:
|
||||||
chat_id: ${{ secrets.TG_CHAT_ID }}
|
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||||
token: ${{ secrets.TG_TOKEN }}
|
token: ${{ secrets.TG_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user