Skip to content

Commit ade654a

Browse files
authored
Merge pull request #2170 from GarvitLT/stage
vars updated functionality of adding to YAML
2 parents 960339e + 039374a commit ade654a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/hyperexecute-workflows.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,7 @@ Variables let you customize job runs without the need of creating multiple workf
9595
3. Once you have added all the keys and their values, save the workflow.
9696
4. You have the flexibility to edit the values for specific keys at the runtime, whenever you are running the workflow manually.
9797

98-
:::note
99-
Make sure that you have added `vars` parameter in your YAML file in the given format ([know more](/support/docs/deep-dive-into-hyperexecute-yaml/#vars)):
100-
```json
101-
vars:
102-
Variable_1: ${key_1}
103-
Variable_2: ${key_2}
104-
Variable_3: ${key_3}
105-
```
106-
:::
98+
> Please note that the variables added from the workflows dashboard will be automatically added to the YAML file.
10799
108100
<br />
109101
<video class="right-side" width="100%" controls id="vid">

0 commit comments

Comments
 (0)