You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| | `repository` | The full name of the repository to send the dispatch events. | Current repository |
34
-
| | `event_type_suffix` | The repository dispatch event type suffix for the commands. | `-command` |
35
-
| | `named_args` | Parse named arguments and add them to the command payload. | `false` |
36
-
| `config` | | JSON configuration for commands. See [Advanced configuration](#advanced-configuration) | |
37
-
| `config-from-file` | | JSON configuration from a file for commands. See [Advanced configuration](#advanced-configuration) | |
38
-
39
20
## Dispatching commands
40
21
41
22
There are two ways to specify JSON configuration for command dispatch. Directly in the workflow via the `config` input, OR, specifing a JSON config file via the `config-from-file` input.
0 commit comments