From e1a0ecc414529c4798ad4c3223f3ac4f31c806ec Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Fri, 3 Oct 2025 21:05:58 -0400 Subject: [PATCH] Correcting name in Gotify notifications. --- .gitea/workflows/renovate-pr-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate-pr-deploy.yml b/.gitea/workflows/renovate-pr-deploy.yml index af3949f..0eab953 100644 --- a/.gitea/workflows/renovate-pr-deploy.yml +++ b/.gitea/workflows/renovate-pr-deploy.yml @@ -147,7 +147,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Rikku" + notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Benedikta" notification_message: "Starting Docker Compose run..." - name: Generate .env from Hashicorp Vault @@ -177,5 +177,5 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Rikku" + notification_title: "GITEA: [RENOVATE] Docker Compose Deployment @ Benedikta" notification_message: "Deployment completed successfully."