1
0
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:
NoUnique
2022-08-25 00:48:16 +09:00
committed by GitHub
parent ea729d928e
commit 59912b3686

View File

@@ -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