File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -961,9 +961,9 @@ A task used to set data.
961
961
962
962
# #### Properties
963
963
964
- | Name | Type | Required | Description |
965
- |:--|:---:|:---:|:---|
966
- | set | `object` | ` string` | `yes` | A name/value mapping of the data to set. Can be an object or a direct runtime expression. |
964
+ | Name | Type | Required | Description |
965
+ |:--|:------------------ :|:-------- :|:------------------------------------------------------------------ ---|
966
+ | set | `object \| string` | `yes` | Can be an object or a direct runtime expression. |
967
967
968
968
# #### Examples
969
969
Original file line number Diff line number Diff line change @@ -759,15 +759,15 @@ $defs:
759
759
required : [ namespace, name, version ]
760
760
required : [ workflow ]
761
761
setTask :
762
- type : object
762
+ type : object | string
763
763
$ref : ' #/$defs/taskBase'
764
764
title : SetTask
765
765
description : A task used to set data.
766
766
required : [ set ]
767
767
unevaluatedProperties : false
768
768
properties :
769
769
set :
770
- type : object
770
+ type : object | string
771
771
title : SetTaskConfiguration
772
772
description : The data to set.
773
773
minProperties : 1
You can’t perform that action at this time.
0 commit comments