github.com/drone/runner-go@v1.12.0/handler/template/testdata/stage_tag.json (about)

     1  {
     2      "Repo": {
     3          "Slug": "octocat/hello-world",
     4          "Name": "hello-world"
     5      },
     6      "Build": {
     7          "After": "7fd1a60b01f91b314f59955a4e4d4e80d8edf11d",
     8          "Event": "tag",
     9          "Source": "master",
    10          "Target": "master",
    11          "Ref": "refs/tags/v1.0.0",
    12          "Message": "Merge pull request #6 from Spaceghost/patch-1",
    13          "Author": "octocat",
    14          "AuthorAvatar": "https://avatars0.githubusercontent.com/u/583231?s=460&v=4",
    15          "Number": 42
    16      },
    17      "Stage": {
    18          "Name": "test",
    19          "Status": "success",
    20          "Started": 1563059000,
    21          "Created": 1563059000,
    22          "Steps": [
    23              { "Name": "clone", "Status": "success" },
    24              { "Name": "build", "Status": "success" },
    25              { "Name": "test", "Status": "success" },
    26              { "Name": "deploy", "Status": "success" }
    27          ]
    28      }
    29  }