enabledManager Dockerfile.
Renovate / renovate (push) Successful in 11m6s

This commit is contained in:
2025-10-25 07:07:09 -04:00
parent cb63800546
commit 891003d462
4 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
curl "$INPUT_GOTIFY_API_BASE/message" \
curl -sS "$INPUT_GOTIFY_API_BASE/message" \
-H "X-Gotify-Key: $INPUT_GOTIFY_APP_TOKEN" \
-F "title=$INPUT_NOTIFICATION_TITLE" \
-F "message=$INPUT_NOTIFICATION_MESSAGE" \