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:
Robert Kaussow 2022-05-29 20:20:56 +00:00
parent f35141957e
commit 6b90922bbe
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ properties:
api_key:
description: Personal Access token to access the GitHub API.
type: string
required: false
required: true
base_url:
description: API URL. Only need to be changed for GitHub enterprise in most cases
@ -17,9 +17,9 @@ properties:
required: false
message:
description: File or string that contains the comment text.
description: Path to file or string that contains the comment text.
type: string
required: false
required: true
update:
description: Enables update of an existing comment that matches the key.