fix action

This commit is contained in:
Opportunity
2020-07-07 21:03:28 +08:00
Unverified
parent e214cdf13b
commit c00817cabd
+1 -1
View File
@@ -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