simple handling of events
Security / security (push) Successful in 57s

This commit is contained in:
2026-05-31 20:30:37 -05:00
parent 76052a87e4
commit e343545254
+1 -1
View File
@@ -93,7 +93,7 @@ function Receive-Webhook
Write-Host "Payload: <empty>"
}
Send-AppriseNotification -title "Donetick Webhook Received" -content ($payload | ConvertTo-Json -Depth 20)
Send-AppriseNotification -title "Donetick Webhook Received" -content "$($payload.type) $($payload.data.chore.name)"
Write-JsonResponse -Response $response -StatusCode 200 -Body @{
ok = $true