From 59912b3686b25b181ed04ff831ff0a6ecaa92f54 Mon Sep 17 00:00:00 2001 From: NoUnique Date: Thu, 25 Aug 2022 00:48:16 +0900 Subject: [PATCH] fix: read changelog-host url from action context (#587) fix default changlog-host to github context property --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0a8ae0b..01b2a9e 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ inputs: changelog-host: description: 'The proto://host where commits live.' required: false - default: 'https://github.com' + default: ${{ github.server_url }} command: description: 'release-please command to run, either "github-release", or "release-pr" (defaults to running both)' required: false