From 928d63fa74a45f6b457e5ce9d5a0888b00e44cea Mon Sep 17 00:00:00 2001 From: Shamil Nunhuck Date: Wed, 9 Jun 2021 22:51:14 +0100 Subject: [PATCH] Update default baseUrl --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d44bc4e..5cacb21 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: default: json baseUrl: description: The base URL for the GitHub API service instance - default: string + default: https://api.github.com outputs: result: description: The return value of the script, stringified with `JSON.stringify`