ntfy
Some checks failed
Apply Kuberentes Configs / update-repo (push) Failing after 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 3s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped
Manage Jellyfin Playlists / update-repo (push) Successful in 1s
Manage Jellyfin Playlists / run-python (push) Successful in 47s
Manage Jellyfin Playlists / notify-on-failure (push) Has been skipped

This commit is contained in:
2026-03-05 09:39:59 -07:00
parent b6a8d96585
commit 95beb54b32

View File

@@ -37,7 +37,7 @@ jobs:
-H "Tags: ${{ inputs.tags }}" \ -H "Tags: ${{ inputs.tags }}" \
-H "Actions: view, View Logs, ${{ inputs.action_url }}" \ -H "Actions: view, View Logs, ${{ inputs.action_url }}" \
--data-binary "@-" \ --data-binary "@-" \
"https://ntfy.sh/${{ secrets.NTFY_CHANNEL }}" "https://ntfy.sh/$NTFY_CHANNEL"
${{ inputs.message }} ${{ inputs.message }}
EOF EOF
else else
@@ -45,7 +45,7 @@ jobs:
-H "Priority: ${{ inputs.priority }}" \ -H "Priority: ${{ inputs.priority }}" \
-H "Tags: ${{ inputs.tags }}" \ -H "Tags: ${{ inputs.tags }}" \
--data-binary "@-" \ --data-binary "@-" \
"https://ntfy.sh/${{ secrets.NTFY_CHANNEL }}" "https://ntfy.sh/$NTFY_CHANNEL"
${{ inputs.message }} ${{ inputs.message }}
EOF EOF
fi fi