rougail-output-doc/tests/results/test_examples/00_6secret_param.gitlab.md

18 lines
404 B
Markdown

<details><summary>Example with mandatory variables not filled in</summary>
```yaml
---
secret1: secrets # The first variable
```
</details>
<details><summary>Example with all variables modifiable</summary>
```yaml
---
secret1: secrets # The first variable
secret2: value # The second variable
secret3: value # The third variable
```
</details>