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