Skip to content

Commit

Permalink
updated readme for started_at and completed_at attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikordaris committed Mar 16, 2022
1 parent ae149b4 commit 5c75abe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
| github.head_sha | string | Github Workflow Run HEAD SHA |
| github.job.id | float | Github Job Run ID |
| github.job.name | string | Github Job Run Name |
| github.job.started_at | string | Github Job Run started_at |
| github.job.completed_at | string | Github Job Run completed_at |
| github.job.conclusion | string | Github Job Run Conclusion |
| github.job.labels | string | Github Job Run Labels. Comma separated values |
| github.job.run_attempt | integer | Github Job Run Run Attempt |
Expand All @@ -159,6 +161,8 @@ jobs:
| github.job.step.conclusion | string | Github Step Run Conclusion |
| github.job.step.name | string | Github Step Run Name |
| github.job.step.number | integer | Github Step Run Number |
| github.job.step.started_at | string | Github Step Run started_at |
| github.job.step.completed_at | string | Github Step Run completed_at |
## Honeycomb Example Trace
Expand Down

0 comments on commit 5c75abe

Please sign in to comment.