fix action
This commit is contained in:
@@ -23,6 +23,6 @@ jobs:
|
||||
run: |
|
||||
git add .
|
||||
if ! git diff --cached --color=always --stat --exit-code; then
|
||||
echo "##[error] Found changed files after build. Please 'yarn build && npm run format' and check in all changes."
|
||||
echo "::error::Found changed files after build. Please 'yarn build && npm run format' and check in all changes."
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user