From aabc610f5d15552fce772054e15fac7e2e144e3e Mon Sep 17 00:00:00 2001 From: Shamil Nunhuck Date: Wed, 9 Jun 2021 22:36:22 +0100 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) 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`