Gotify notification fix.

This commit is contained in:
2026-01-04 15:32:18 -05:00
parent 659e5bd1b6
commit 364e90d09a
+6 -6
View File
@@ -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."