Use this action to trigger a GitHub Actions (GHA) workflow. GHA is an automation platform provided by GitHub.
All CloudBees action repositories are listed at CloudBees, Inc. on GitHub. |
Inputs
Input name | Data type | Required? | Description | ||
---|---|---|---|---|---|
|
String |
No |
The GitHub server URL.
If not specified, uses |
||
|
String |
Yes |
The GitHub token. |
||
|
String |
Yes |
The GitHub organization name. |
||
|
String |
Yes |
The GHA repository name. |
||
|
String |
Yes |
The GHA branch name. |
||
|
String |
Yes |
The GHA workflow name.
|
||
|
String |
No |
Specifies the test type for generating a job test report.
Supported test types are JUnit ( |
||
|
String |
No |
Specifies the test report file location.
Accepts pattern matching, such as |
||
|
JSON |
No |
Any additional parameters, formatted as JSON data in key/value pairs. |