mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
1.2 KiB
1.2 KiB
ActionTask
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | Date | [optional] | |
| displayTitle | String | DisplayTitle is the display title for the workflow run | [optional] |
| event | String | Event is the type of event that triggered the workflow | [optional] |
| headBranch | String | HeadBranch is the branch that triggered the workflow | [optional] |
| headSha | String | HeadSHA is the commit SHA that triggered the workflow | [optional] |
| id | Long | ID is the unique identifier for the action task | [optional] |
| name | String | Name is the name of the workflow | [optional] |
| runNumber | Long | RunNumber is the sequential number of the workflow run | [optional] |
| runStartedAt | Date | [optional] | |
| status | String | Status indicates the current status of the workflow run | [optional] |
| updatedAt | Date | [optional] | |
| url | String | URL is the API URL for this workflow run | [optional] |
| workflowId | String | WorkflowID is the identifier of the workflow | [optional] |