mirror of
https://github.com/thegeeklab/drone-github-comment.git
synced 2024-11-22 10:40:42 +00:00
commit 24542f9e4a
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sun May 29 22:18:37 2022 +0200 chore: use required cli flags instead of manual validation (#108)
This commit is contained in:
parent
f35141957e
commit
6b90922bbe
@ -3,7 +3,7 @@ properties:
|
|||||||
api_key:
|
api_key:
|
||||||
description: Personal Access token to access the GitHub API.
|
description: Personal Access token to access the GitHub API.
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: true
|
||||||
|
|
||||||
base_url:
|
base_url:
|
||||||
description: API URL. Only need to be changed for GitHub enterprise in most cases
|
description: API URL. Only need to be changed for GitHub enterprise in most cases
|
||||||
@ -17,9 +17,9 @@ properties:
|
|||||||
required: false
|
required: false
|
||||||
|
|
||||||
message:
|
message:
|
||||||
description: File or string that contains the comment text.
|
description: Path to file or string that contains the comment text.
|
||||||
type: string
|
type: string
|
||||||
required: false
|
required: true
|
||||||
|
|
||||||
update:
|
update:
|
||||||
description: Enables update of an existing comment that matches the key.
|
description: Enables update of an existing comment that matches the key.
|
||||||
|
Loading…
Reference in New Issue
Block a user