mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 12:51:37 +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:
|
changelog-host:
|
||||||
description: 'The proto://host where commits live.'
|
description: 'The proto://host where commits live.'
|
||||||
required: false
|
required: false
|
||||||
default: 'https://github.com'
|
default: ${{ github.server_url }}
|
||||||
command:
|
command:
|
||||||
description: 'release-please command to run, either "github-release", or "release-pr" (defaults to running both)'
|
description: 'release-please command to run, either "github-release", or "release-pr" (defaults to running both)'
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user