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:35:34 -07:00
parent 6fb8c6c6f6
commit 8a6ec2fe5e

View File

@@ -31,5 +31,5 @@ jobs:
curl -f -H "Title: ${{ inputs.title }}" \ 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 }}" \ --data-raw "${{ inputs.message }}" \
"https://ntfy.sh/${{ secrets.NTFY_CHANNEL }}" "https://ntfy.sh/${{ secrets.NTFY_CHANNEL }}"