diff --git a/GeoHealthCheck/notifications.py b/GeoHealthCheck/notifications.py index f912fa4..6e3a029 100644 --- a/GeoHealthCheck/notifications.py +++ b/GeoHealthCheck/notifications.py @@ -215,6 +215,8 @@ def do_webhook(config, resource, run, status_changed, result): params['ghc.resource.title'] = resource.title params['ghc.resource.type'] = resource.resource_type params['ghc.resource.view'] = resource_view + params['ghc.run.message'] = run.message + params['ghc.run.report'] = run.report try: r = requests.post(url, params)