cli/pkg/cmd/workflow/disable
Isaac Shalom f1be4dc51c
Fix looking up workflow name for workflow runs (#6266)
The API field `WorkflowRun.name` is not guaranteed to correspond to the workflow name anymore. This introduces additional API lookups that resolve Workflows by their ID and look up their name in a future-proof fashion.

It also adds two new JSON fields for export: `displayTitle` and `workflowName`.

Co-authored-by: Christina Guo <61271066+guo-chris@users.noreply.github.com>
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-09-21 20:41:19 +02:00
..
disable.go Add FlagErrorf; encapsulate FlagError.error 2021-10-21 11:40:20 -04:00
disable_test.go Fix looking up workflow name for workflow runs (#6266) 2022-09-21 20:41:19 +02:00