diff --git a/action.yml b/action.yml index 59a1ab7..d44bc4e 100644 --- a/action.yml +++ b/action.yml @@ -23,6 +23,9 @@ inputs: result-encoding: description: Either "string" or "json" (default "json")—how the result will be encoded default: json + baseUrl: + description: The base URL for the GitHub API service instance + default: string outputs: result: description: The return value of the script, stringified with `JSON.stringify`