Skip to content

Commit 657a254

Browse files
author
Dan Wilson
authored
Merge pull request #605 from normal-coder/fix-template-case
fix(template): fix wrong yaml example
2 parents 40f411a + e884a9e commit 657a254

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)