chore(rulebook): add user and repo to log out

ref: #3 #1
This commit is contained in:
2025-07-01 20:54:30 +09:30
parent 9516803f78
commit 27fcf1fde4

View File

@ -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