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
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:
@@ -37,7 +37,7 @@ jobs:
|
||||
-H "Tags: ${{ inputs.tags }}" \
|
||||
-H "Actions: view, View Logs, ${{ inputs.action_url }}" \
|
||||
--data-binary "@-" \
|
||||
"https://ntfy.sh/${{ secrets.NTFY_CHANNEL }}"
|
||||
"https://ntfy.sh/$NTFY_CHANNEL"
|
||||
${{ inputs.message }}
|
||||
EOF
|
||||
else
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
-H "Priority: ${{ inputs.priority }}" \
|
||||
-H "Tags: ${{ inputs.tags }}" \
|
||||
--data-binary "@-" \
|
||||
"https://ntfy.sh/${{ secrets.NTFY_CHANNEL }}"
|
||||
"https://ntfy.sh/$NTFY_CHANNEL"
|
||||
${{ inputs.message }}
|
||||
EOF
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user