cli/pkg/cmd/run
Andy Feller 86b4bb9956 Include startedAt, completedAt in run steps data
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.
2024-10-16 19:38:10 -04:00
..
cancel Rewrite issue develop command to fix numerous issues 2023-07-03 14:18:25 +09:00
delete cleanup 2023-03-30 18:06:02 +02:00
download Document that gh run download downloads the latest artifact by default 2024-08-08 19:35:16 +09:00
list Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00
rerun Make it clearer that job flag is meant to be an ID 2024-04-17 13:53:55 +02:00
shared Include startedAt, completedAt in run steps data 2024-10-16 19:38:10 -04:00
view Merge pull request #9482 from benebsiny/cli-9153 2024-08-22 15:23:06 -04:00
watch Gracefully degrade when fetching annotations fails due to 403 (#9113) 2024-06-13 14:33:06 +02:00
run.go feat(run): add new delete command 2023-03-30 17:02:04 +02:00