0
0

.gitea/workflows/release.yml aktualisiert
All checks were successful
release / release (push) Successful in 1s

This commit is contained in:
Denys Konovalov 2023-12-22 19:01:24 +01:00
parent c8111ba6de
commit 3910dc6eb8

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