curl
This commit is contained in:
@@ -63,6 +63,4 @@ jobs:
|
||||
title: "Kubernetes Apply Failed"
|
||||
message: "Failed to apply kubernetes configs in ${{ gitea.repository }} - Run: ${{ gitea.run_number }}"
|
||||
priority: "high"
|
||||
tags: "rotating_light,kubernetes"
|
||||
secrets:
|
||||
NTFY_CHANNEL: ${{ secrets.NTFY_CHANNEL }}
|
||||
tags: "rotating_light,kubernetes"
|
||||
@@ -25,6 +25,7 @@ jobs:
|
||||
runs-on: [home-server]
|
||||
steps:
|
||||
- name: Send ntfy notification
|
||||
working-directory: /home/gitea-runner
|
||||
run: |
|
||||
curl -H "Title: ${{ inputs.title }}" \
|
||||
-H "Priority: ${{ inputs.priority }}" \
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
lzop
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
curl
|
||||
];
|
||||
settings = {
|
||||
container = {
|
||||
|
||||
Reference in New Issue
Block a user