diff --git a/actions/changelog-generate/action.yaml b/actions/changelog-generate/action.yaml index d5ff1d7e9..99daab8d8 100644 --- a/actions/changelog-generate/action.yaml +++ b/actions/changelog-generate/action.yaml @@ -120,11 +120,11 @@ runs: fi # Update global changelog and pass it to the ouput - echo "--------------------------------------------------------------------------------------------------------" - echo "--------------------------------------------------------------------------------------------------------" - cat ${{ runner.temp }}/changes.md - echo "--------------------------------------------------------------------------------------------------------" - echo "--------------------------------------------------------------------------------------------------------" + # echo "--------------------------------------------------------------------------------------------------------" + # echo "--------------------------------------------------------------------------------------------------------" + # cat ${{ runner.temp }}/changes.md + # echo "--------------------------------------------------------------------------------------------------------" + # echo "--------------------------------------------------------------------------------------------------------" sed -i "2i $(sed ':a;N;$!ba;s/\n/\\n/g' ${{ runner.temp }}/changes.md)" ${{ inputs.changelog-file }}