rougail-output-doc/tests/results/test_examples_comment/00_6secret.gitlab.md

17 lines
353 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
```
</details>