Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix: read changelog-host url from action context (#587)
Browse files Browse the repository at this point in the history
fix default changlog-host to github context property
  • Loading branch information
NoUnique committed Aug 24, 2022
1 parent ea729d9 commit 59912b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59912b3

Please sign in to comment.