mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-22 00:00:42 +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: {{ . }}
|
type: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with $v.Default }}
|
{{- with $v.Default }}
|
||||||
defaultvalue: {{ . }}
|
defaultValue: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
required: {{ default false $v.Required }}
|
required: {{ default false $v.Required }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
@ -12,7 +12,7 @@ properties:
|
|||||||
|
|
||||||
Only need to be changed for GitHub enterprise in most cases.
|
Only need to be changed for GitHub enterprise in most cases.
|
||||||
type: string
|
type: string
|
||||||
defaultvalue: "https://api.github.com/"
|
defaultValue: "https://api.github.com/"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: key
|
- name: key
|
||||||
@ -33,13 +33,12 @@ properties:
|
|||||||
description: |
|
description: |
|
||||||
Skip comment creation if the given message file does not exist.
|
Skip comment creation if the given message file does not exist.
|
||||||
type: bool
|
type: bool
|
||||||
defaultvalue: false
|
defaultValue: false
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- name: update
|
- name: update
|
||||||
description: |
|
description: |
|
||||||
Enable update of an existing comment that matches the key.
|
Enable update of an existing comment that matches the key.
|
||||||
defaultValue: false
|
|
||||||
type: bool
|
type: bool
|
||||||
defaultvalue: false
|
defaultValue: false
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
Reference in New Issue
Block a user