diff --git a/action.yml b/action.yml index 4b526ef..369fc1b 100644 --- a/action.yml +++ b/action.yml @@ -72,6 +72,10 @@ inputs: description: 'Add [`Signed-off-by`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) line at the end of the commit log message using the user and email provided. (format "Name \")' required: false default: '' + github-api-url: + description: 'configure github API URL. Default `https://api.github.com`' + required: false + default: '' runs: using: 'node12'