Forgejo · Example Payload

Actiontask Example

ActionTask represents a ActionTask

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Actiontask Example is an example object payload from Forgejo, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionexample

Example Payload

Raw ↑
{
  "title": "Forgejo ActionTask Example",
  "description": "ActionTask represents a ActionTask",
  "example": {
    "created_at": "2024-01-15T12:00:00Z",
    "display_title": "string",
    "event": "string",
    "head_branch": "string",
    "head_sha": "string",
    "id": 1,
    "name": "string",
    "run_number": 1,
    "run_started_at": "2024-01-15T12:00:00Z",
    "status": "string"
  }
}