Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive committed Jul 16, 2024
1 parent 9a0a5c3 commit c69b455
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
# Check if CHANGELOG.md is in the list of changed files
if echo "$changed_files" | grep -q '^CHANGELOG.md$'; then
echo "CHANGELOG.md has been modified."
echo "CHANGELOG.md has been modified."
else
echo "::error file=CHANGELOG.md::CHANGELOG.md has not been modified."
exit 1
echo "::warning file=CHANGELOG.md::CHANGELOG.md has not been modified. ⚠️"
fi

0 comments on commit c69b455

Please sign in to comment.