0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-11-22 20:20:40 +00:00

[skip ci] auto-update documentation

This commit is contained in:
thegeeklab-bot 2024-01-03 22:36:05 +00:00
parent 6ced80b685
commit cb5c65331a
2 changed files with 4 additions and 5 deletions

View File

@ -34,7 +34,7 @@ name: default
steps: steps:
- name: pr-comment - name: pr-comment
image: thegeeklab/wp-github-comment image: quay.io/thegeeklab/wp-github-comment
settings: settings:
api_key: ghp_3LbMg9Kncpdkhjp3bh3dMnKNXLjVMTsXk4sM api_key: ghp_3LbMg9Kncpdkhjp3bh3dMnKNXLjVMTsXk4sM
message: "CI run completed successfully" message: "CI run completed successfully"

View File

@ -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