diff --git a/content/_index.md b/content/_index.md index b4f6742..32bb2f3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -34,7 +34,7 @@ name: default steps: - name: pr-comment - image: thegeeklab/wp-github-comment + image: quay.io/thegeeklab/wp-github-comment settings: api_key: ghp_3LbMg9Kncpdkhjp3bh3dMnKNXLjVMTsXk4sM message: "CI run completed successfully" diff --git a/data/data.yaml b/data/data.yaml index ba8798f..09e47e7 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -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