Skip to content

Commit

Permalink
Change warning to error
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive committed Jul 16, 2024
1 parent fcecabe commit 136bb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
if git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep -q "CHANGELOG.md"; then
echo "CHANGELOG.md has been modified. Good job!"
else
echo "::warning::CHANGELOG.md has not been modified. Please update the changelog."
echo "::error::CHANGELOG.md has not been modified. Please update the changelog."
fi

0 comments on commit 136bb3c

Please sign in to comment.