Skip to content

Commit

Permalink
test: more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 29, 2024
1 parent 01735ad commit a0d35c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/resuable_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
${{ steps.changelog.outputs.changes }}
EOF
cat changelog.md
echo "Before Change"
echo ""
sed -i "s/:sparkles:/✨/" changelog.md
sed -i "s/:bug:/🐛/" changelog.md
sed -i "s/:zap:/⚡/" changelog.md
Expand All @@ -60,6 +64,10 @@ jobs:
sed -i "s/:wrench:/🔧/" changelog.md
sed -i "s/:flying_saucer:/🛸/" changelog.md
echo "After change"
cat changelog.md
echo ""
{
echo 'changelog<<EOF'
cat changelog.md
Expand Down

0 comments on commit a0d35c6

Please sign in to comment.