Skip to content

Commit

Permalink
test: last test
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 29, 2024
1 parent e4b555b commit d4aec96
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/resuable_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ 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 @@ -63,10 +59,7 @@ jobs:
sed -i "s/:art:/🎨/" changelog.md
sed -i "s/:wrench:/🔧/" changelog.md
sed -i "s/:flying_saucer:/🛸/" changelog.md
echo "After change"
cat changelog.md
echo ""
sed -i "s/:arrow_lower_right:/↘️/" changelog.md
{
echo 'changelog<<EOF'
Expand Down

0 comments on commit d4aec96

Please sign in to comment.