mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-23 03:24:22 +02:00
19 lines
319 B
YAML
19 lines
319 B
YAML
RunStatusText: run status text ....
|
|
|
|
Repo:
|
|
FullName: RepoName
|
|
|
|
Run:
|
|
WorkflowID: WorkflowID
|
|
HTMLURL: http://localhost/run/1
|
|
|
|
Jobs:
|
|
- Name: Job-Name-1
|
|
Status: success
|
|
Attempt: 1
|
|
HTMLURL: http://localhost/job/1
|
|
- Name: Job-Name-2
|
|
Status: failed
|
|
Attempt: 2
|
|
HTMLURL: http://localhost/job/2
|