We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cb412 commit 304e617Copy full SHA for 304e617
git-cliff-release/action.yaml
@@ -126,7 +126,7 @@ runs:
126
127
if [[ -n "${{ inputs.existing_changelog_path }}" ]]; then
128
out_file=$GIT_CLIFF_WORKDIR/existing_changelog.md
129
- cp "${{ github.workspace }}/${{ inputs.existing_changelog_path }}" $out_file
+ cp "$GIT_CLIFF_REPOSITORY/${{ inputs.existing_changelog_path }}" $out_file
130
sed '/<!-- git-cliff-unreleased-start -->/,/<!-- git-cliff-unreleased-end -->/d' -i $out_file
131
132
dump_context_args+=(--unreleased)
0 commit comments