1.4 KiB
1.4 KiB
ActionTask
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| created_at | Option<String> | [optional] | |
| display_title | Option<String> | DisplayTitle is the display title for the workflow run | [optional] |
| event | Option<String> | Event is the type of event that triggered the workflow | [optional] |
| head_branch | Option<String> | HeadBranch is the branch that triggered the workflow | [optional] |
| head_sha | Option<String> | HeadSHA is the commit SHA that triggered the workflow | [optional] |
| id | Option<i64> | ID is the unique identifier for the action task | [optional] |
| name | Option<String> | Name is the name of the workflow | [optional] |
| run_number | Option<i64> | RunNumber is the sequential number of the workflow run | [optional] |
| run_started_at | Option<String> | [optional] | |
| status | Option<String> | Status indicates the current status of the workflow run | [optional] |
| updated_at | Option<String> | [optional] | |
| url | Option<String> | URL is the API URL for this workflow run | [optional] |
| workflow_id | Option<String> | WorkflowID is the identifier of the workflow | [optional] |