File tree 1 file changed +1
-1
lines changed
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.
129
129
| Name | Type | Required | Description|
130
130
| :--| :---:| :---:| :---|
131
131
| 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. |
133
133
| errors | [ ` map[string, error] ` ] ( #error ) | ` no ` | A name/value mapping of the workflow's reusable errors. |
134
134
| extensions | [ ` map[string, extension] ` ] ( #extension ) | ` no ` | A list of the workflow's reusable extensions. |
135
135
| 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