fix fail
Some checks failed
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Failing after 2s
Apply Kuberentes Configs / notify-on-failure (push) Failing after 0s

This commit is contained in:
2026-02-18 20:35:05 -07:00
parent 2657217d93
commit 6fb8c6c6f6

View File

@@ -27,7 +27,8 @@ jobs:
- name: Send ntfy notification - name: Send ntfy notification
working-directory: /home/gitea-runner working-directory: /home/gitea-runner
run: | run: |
curl -H "Title: ${{ inputs.title }}" \ set -e
curl -f -H "Title: ${{ inputs.title }}" \
-H "Priority: ${{ inputs.priority }}" \ -H "Priority: ${{ inputs.priority }}" \
-H "Tags: ${{ inputs.tags }}" \ -H "Tags: ${{ inputs.tags }}" \
-d "${{ inputs.message }}" \ -d "${{ inputs.message }}" \