1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

Update workflow.yml

This commit is contained in:
David Hadka 2020-05-08 19:09:17 -04:00 committed by GitHub
parent 95a6938461
commit 1d017f8241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,7 +51,7 @@ jobs:
npm run build
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git status
git diff
exit 1
fi