File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Defines the workflow's reusable components.
129129| Name | Type | Required | Description|
130130| :--| :---:| :---:| :---|
131131| authentications | [ ` map[string, authentication] ` ] ( #authentication ) | ` no ` | A name/value mapping of the workflow's reusable authentication policies. |
132- | catalogs | [ ` map[string, catalog] ` (#catalog)] | ` no ` | A name/value mapping of the workflow's reusable resource catalogs. |
132+ | catalogs | [ ` map[string, catalog] ` ] ( #catalog ) | ` no ` | A name/value mapping of the workflow's reusable resource catalogs. |
133133| errors | [ ` map[string, error] ` ] ( #error ) | ` no ` | A name/value mapping of the workflow's reusable errors. |
134134| extensions | [ ` map[string, extension] ` ] ( #extension ) | ` no ` | A list of the workflow's reusable extensions. |
135135| functions | [ ` map[string, task] ` ] ( #task ) | ` no ` | A name/value mapping of the workflow's reusable tasks. |
You can’t perform that action at this time.
0 commit comments