diff --git a/actions/changelog-generate/action.yaml b/actions/changelog-generate/action.yaml index 26f2e256d..4309ab9d5 100644 --- a/actions/changelog-generate/action.yaml +++ b/actions/changelog-generate/action.yaml @@ -74,6 +74,7 @@ runs: fi fi echo "fromtag=$setfrom">> $GITHUB_OUTPUT + # when using inputs.config directly it does not work and remapping it makes it work echo "path=${{ inputs.config }}" >> "$GITHUB_OUTPUT" shell: bash