diff --git a/extensions/eda/rulebooks/webhook.yml b/extensions/eda/rulebooks/webhook.yml index 1a6a4ce..88b718c 100644 --- a/extensions/eda/rulebooks/webhook.yml +++ b/extensions/eda/rulebooks/webhook.yml @@ -20,7 +20,10 @@ actions: - debug: - msg: "Received workflow_job event with action of {{ event.payload.action }}" + msg: |- + Received workflow_job event from {{ event.payload.sender.username + ' ' -}} + for repository {{ event.payload.repository.full_name + ' ' -}} + with action of {{ event.payload.action }} - name: Process Completed workflow_job