We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a85fd commit c47a10eCopy full SHA for c47a10e
1 file changed
pkg/cmd/workflow/run/run.go
@@ -327,6 +327,10 @@ func runRun(opts *RunOptions) error {
327
"inputs": providedInputs,
328
}
329
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.
334
if returnRunDetailsSupported {
335
requestBody["return_run_details"] = true
336
0 commit comments