Skip to content

Commit fb506ad

Browse files
itayskitai-codefresh
authored andcommitted
fixed titles of var files (#138)
1 parent cfc8d8f commit fb506ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/pipelines/Run Pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ It is possible to pass build variables using a file. (supported format: json and
1313
The variables file structure should be an array. <br>
1414
The pipeline will be triggered multiple times according to the array length.
1515

16-
#### Variable json file with 2 sets of variables
16+
#### Variable yaml file with 2 sets of variables
1717
```yaml
1818
- key: value
1919
key2: key1
2020
- key: value
2121
key2: key2
2222
```
2323
24-
#### Variable yaml file with 2 sets of variables
24+
#### Variable json file with 2 sets of variables
2525
```json
2626
[
2727
{

0 commit comments

Comments
 (0)