II.
CIWorkflow JSON
Structured · liveci-workflow:gh-actions-release
GitHub Actions — release.yml json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "ci-workflow:gh-actions-release",
"_kind": "CIWorkflow",
"_file": "extensions/ci/ci-workflows.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GitHub Actions — release.yml",
"workflowKind": "github-actions",
"filePath": ".github/workflows/release.yml",
"triggers": [
"release"
],
"vcsHostId": "vcs-host:github",
"notes": "Builds and publishes packages to npm + GH Releases on tag push.\n"
},
"outgoingEdges": [
{
"from": "ci-workflow:gh-actions-release",
"to": "vcs-host:github",
"kind": "hosted_on_vcs",
"attributes": {}
}
],
"incomingEdges": []
}