File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
content/developers/webhooks-and-events/webhooks Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1481,6 +1481,17 @@ This event occurs when someone triggers a workflow run on GitHub or sends a `POS
1481
1481
1482
1482
- {% data variables.product.prodname_github_apps %} must have the `contents` permission to receive this webhook.
1483
1483
1484
+ ### Webhook payload object
1485
+
1486
+ | Key | Type | Description |
1487
+ |-----|-----|-----|
1488
+ | `inputs` | `object` | Inputs to the workflow. Each key represents the name of the input while it' s value represents the value of that input. |
1489
+ {% data reusables.webhooks.org_desc %}
1490
+ | ` ref` | ` string` | The branch ref from which the workflow was run. |
1491
+ {% data reusables.webhooks.repo_desc %}
1492
+ {% data reusables.webhooks.sender_desc %}
1493
+ | ` workflow` | ` string` | Relative path to the workflow file which contains the workflow. |
1494
+
1484
1495
# ## Webhook payload example
1485
1496
1486
1497
{{ webhookPayloadsForCurrentVersion.workflow_dispatch }}
You can’t perform that action at this time.
0 commit comments