Skip to content

Commit 1db94b6

Browse files
committed
clarify descriptions
1 parent 74e17f9 commit 1db94b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/repo-dispatch/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ inputs:
1515
type: string
1616
event-type:
1717
# https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_dispatch
18-
description: action in repository_dispatch event
18+
description: action in repository_dispatch event (as in github.event.action)
1919
required: true
2020
type: string
2121
client-payload:
22-
description: client_payload in repository_dispatch event (a JSON object)
22+
description: client_payload in repository_dispatch event (a JSON object, as in github.event.client_payload)
2323
required: true
2424
type: string
2525
default: '{}'

0 commit comments

Comments
 (0)