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