fix action
This commit is contained in:
@@ -23,6 +23,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git add .
|
git add .
|
||||||
if ! git diff --cached --color=always --stat --exit-code; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user