mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-21 16:23:56 +08:00
Update workflow.yml
This commit is contained in:
parent
95a6938461
commit
1d017f8241
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
npm run build
|
npm run build
|
||||||
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
|
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
|
||||||
echo "Detected uncommitted changes after build. See status below:"
|
echo "Detected uncommitted changes after build. See status below:"
|
||||||
git status
|
git diff
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue