We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e17f9 commit 1db94b6Copy full SHA for 1db94b6
.github/actions/repo-dispatch/action.yml
@@ -15,11 +15,11 @@ inputs:
15
type: string
16
event-type:
17
# https://docs.github.com/en/webhooks/webhook-events-and-payloads#repository_dispatch
18
- description: action in repository_dispatch event
+ description: action in repository_dispatch event (as in github.event.action)
19
required: true
20
21
client-payload:
22
- description: client_payload in repository_dispatch event (a JSON object)
+ description: client_payload in repository_dispatch event (a JSON object, as in github.event.client_payload)
23
24
25
default: '{}'
0 commit comments