Fix master workflow

This commit is contained in:
CrazyMax 2019-10-16 14:43:41 +02:00
parent 59e0a78ef4
commit b5dbe32318
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -35,8 +35,8 @@ jobs:
- -
name: Commit and push changes name: Commit and push changes
run: | run: |
git add --all git add .
git status --short -uno if output=$(git status --porcelain) && [ ! -z "$output" ]; then
git commit -m 'Update node_modules' git commit -m 'Update node_modules'
git show --stat-count=10 HEAD git push
git push fi