From 364e90d09a2f02ef16545e064857df650be1eca1 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 4 Jan 2026 15:32:18 -0500 Subject: [PATCH] Gotify notification fix. --- .gitea/workflows/pr-docker-deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/pr-docker-deploy.yml b/.gitea/workflows/pr-docker-deploy.yml index 5816c49..63f04a9 100644 --- a/.gitea/workflows/pr-docker-deploy.yml +++ b/.gitea/workflows/pr-docker-deploy.yml @@ -51,7 +51,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: PR Check @ Benedikta" + notification_title: "GITEA: PR Check @ Ultima" notification_message: "Checking for existing PR... 🔍" - name: PR Check/Creation @@ -67,7 +67,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: PR Check @ Benedikta" + notification_title: "GITEA: PR Check @ Ultima" notification_message: "PR Check done 🎟️" generate-service-list: @@ -181,7 +181,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: Docker Compose Dry Run @ Benedikta" + notification_title: "GITEA: Docker Compose Dry Run @ Ultima" notification_message: "Starting Docker Compose dry run..." - name: Generate .env from Hashicorp Vault @@ -214,7 +214,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: Docker Compose Dry Run @ Benedikta" + notification_title: "GITEA: Docker Compose Dry Run @ Ultima" notification_message: "Docker Compose dry run completed successfully." pr-merge: @@ -303,7 +303,7 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: Docker Compose Deployment @ Benedikta" + notification_title: "GITEA: Docker Compose Deployment @ Ultima" notification_message: "Starting Docker Compose run..." - name: Generate .env from Hashicorp Vault @@ -333,5 +333,5 @@ jobs: with: gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" - notification_title: "GITEA: Docker Compose Deployment @ Benedikta" + notification_title: "GITEA: Docker Compose Deployment @ Ultima" notification_message: "Deployment completed successfully."