mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-21 13:50:40 +00:00
docs: fix default value property in data file
This commit is contained in:
parent
794b54d19d
commit
ab048c2694
@ -11,7 +11,7 @@ properties:
|
||||
type: {{ . }}
|
||||
{{- end }}
|
||||
{{- with $v.Default }}
|
||||
defaultvalue: {{ . }}
|
||||
defaultValue: {{ . }}
|
||||
{{- end }}
|
||||
required: {{ default false $v.Required }}
|
||||
{{ end -}}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user