Skip to content

Commit d4784c8

Browse files
committed
fix: add artifacts field to submit options
1 parent 600fd42 commit d4784c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/graph-proxy/src/graphql/workflow_templates.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ impl WorkflowTemplatesMutation {
292292
resource_name: Some(name),
293293
submit_options: Some(
294294
argo_workflows_openapi::IoArgoprojWorkflowV1alpha1SubmitOpts {
295+
artifacts: None,
295296
annotations: None,
296297
dry_run: None,
297298
entry_point: None,

0 commit comments

Comments
 (0)