From 299051da24b62f6ccad0b599a6dcd501d86a4c00 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sun, 28 May 2023 17:56:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/prod.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/prod.yml b/.gitea/workflows/prod.yml index 5919a2e..1d92f14 100644 --- a/.gitea/workflows/prod.yml +++ b/.gitea/workflows/prod.yml @@ -29,7 +29,7 @@ jobs: rsync -azr --delete ./ /opt/data/webdata/schuelerzeitung/ - name: notification - uses: actions/telegram-notification@main + uses: actions/telegram-action@main if: always() with: chat_id: ${{ secrets.TG_CHAT_ID }}