Skip to content

Commit c47a10e

Browse files
committed
docs(workflow run): add cleanup marker with explanation on future changes
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent 36a85fd commit c47a10e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pkg/cmd/workflow/run/run.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ func runRun(opts *RunOptions) error {
327327
"inputs": providedInputs,
328328
}
329329

330+
// TODO workflowDispatchRunDetailsCleanup
331+
// We will have to always set the `return_run_details` field to true, unless
332+
// we opt into the the new REST API version, which will probably return the
333+
// details by default.
330334
if returnRunDetailsSupported {
331335
requestBody["return_run_details"] = true
332336
}

0 commit comments

Comments
 (0)