18 lines
404 B
Markdown
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>
|
|
|