„.gitea/workflows/prod.yml“ ändern
Some checks failed
schuelerzeitung-main / prod-build (push) Failing after 0s
schuelerzeitung-main / test-build (push) Has started running

This commit is contained in:
Denys Konovalov 2023-05-28 17:55:40 +02:00
parent 1879005bb9
commit 01d53125c0

@ -29,7 +29,7 @@ jobs:
rsync -azr --delete ./ /opt/data/webdata/schuelerzeitung/ rsync -azr --delete ./ /opt/data/webdata/schuelerzeitung/
- name: notification - name: notification
uses: https://github.com/yamaks2306/telegram-notification@main uses: actions/telegram-notification@main
if: always() if: always()
with: with:
chat_id: ${{ secrets.TG_CHAT_ID }} chat_id: ${{ secrets.TG_CHAT_ID }}