Skip to content

Commit

Permalink
Test the tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Sep 28, 2023
1 parent 36089ca commit 8f8e3cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions actions/changelog-generate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8f8e3cd

Please sign in to comment.