This commit expands the `Step` structure used with GitHub Actions workflow runs to include fields indicating when steps start and complete. This information is already provided by the GitHub API, so this only involves expanding the structure, fields exported, and the associated tests. In the future, I could see `gh` including the duration calculation which is used when viewing workflow or workflow run. |
||
|---|---|---|
| .. | ||
| cancel | ||
| delete | ||
| download | ||
| list | ||
| rerun | ||
| shared | ||
| view | ||
| watch | ||
| run.go | ||