diff --git a/.gitea/workflows/apply-kubernetes.yml b/.gitea/workflows/apply-kubernetes.yml index 7661bd7..5d32b0b 100644 --- a/.gitea/workflows/apply-kubernetes.yml +++ b/.gitea/workflows/apply-kubernetes.yml @@ -61,6 +61,11 @@ jobs: uses: ./.gitea/workflows/notify-ntfy.yml with: title: "Kubernetes Apply Failed" - message: "Failed to apply kubernetes configs in ${{ gitea.repository }} - Run: ${{ gitea.run_number }}" + message: | + Failed to apply kubernetes configs + Repository: ${{ gitea.repository }} + Run: ${{ gitea.run_number }} + Job: update-infrastructure + Status: ${{ needs.update-infrastructure.result }} priority: "high" tags: "rotating_light,kubernetes" \ No newline at end of file