docs: fix default value property in data file

This commit is contained in:
Robert Kaussow 2024-01-03 23:26:15 +01:00
parent 794b54d19d
commit ab048c2694
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 4 additions and 5 deletions

View File

@ -11,7 +11,7 @@ properties:
type: {{ . }}
{{- end }}
{{- with $v.Default }}
defaultvalue: {{ . }}
defaultValue: {{ . }}
{{- end }}
required: {{ default false $v.Required }}
{{ end -}}

View File

@ -12,7 +12,7 @@ properties:
Only need to be changed for GitHub enterprise in most cases.
type: string
defaultvalue: "https://api.github.com/"
defaultValue: "https://api.github.com/"
required: false
- name: key
@ -33,13 +33,12 @@ properties:
description: |
Skip comment creation if the given message file does not exist.
type: bool
defaultvalue: false
defaultValue: false
required: false
- name: update
description: |
Enable update of an existing comment that matches the key.
defaultValue: false
type: bool
defaultvalue: false
defaultValue: false
required: false