mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-10 14:21:17 +02:00
fix: read changelog-host url from action context (#587)
fix default changlog-host to github context property
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user