aboutsummaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/workflow_run.devtest.yml
blob: 1e285be328ba2cc53cfc8de17076edb7bb188b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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