real fix
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:36:20 -07:00
parent 8a6ec2fe5e
commit 893f20663a

View File

@@ -28,8 +28,8 @@ jobs:
working-directory: /home/gitea-runner
run: |
set -e
curl -f -H "Title: ${{ inputs.title }}" \
echo "${{ inputs.message }}" | curl -f -H "Title: ${{ inputs.title }}" \
-H "Priority: ${{ inputs.priority }}" \
-H "Tags: ${{ inputs.tags }}" \
--data-raw "${{ inputs.message }}" \
--data-binary "@-" \
"https://ntfy.sh/${{ secrets.NTFY_CHANNEL }}"