ci: fix github activity dispatch payload

This commit is contained in:
Peter Steinberger
2026-05-02 02:09:36 +01:00
parent 5a8cfffd38
commit cac35dbf96

View File

@@ -85,7 +85,7 @@ jobs:
repo: $target_repo,
action: $source_action,
actor: $actor,
subject:
subject: (
if .pull_request then {
kind: "pull_request",
number: .pull_request.number,
@@ -105,7 +105,7 @@ jobs:
state: .ref
} else {
kind: $event_name
} end,
} end),
comment: (if .comment then {
id: .comment.id,
url: .comment.html_url,