Skip to content

Commit e884a9e

Browse files
committed
fix(template): fix wrong yaml example
1 parent 40f411a commit e884a9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/template/variables.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Starlark example usage:
6868

6969
Yaml example usage:
7070
```
71-
Yaml example usage:
7271
- uid: {{ .repo.uid }}
7372
```
7473

@@ -89,4 +88,4 @@ active | Provides a boolean flag that indicates whether or not the reposito
8988
trusted | Provides a boolean flag that indicates whether or not the repository is trusted.
9089
protected | Provides a boolean flag that indicates whether or not the repository is protected.
9190
ignore_forks | Provides a boolean flag that indicates whether or not to ignore forks.
92-
ignore_pull_requests | Provides a boolean flag that indicates whether or not to ignore pull requests.
91+
ignore_pull_requests | Provides a boolean flag that indicates whether or not to ignore pull requests.

0 commit comments

Comments
 (0)