Fix master workflow
This commit is contained in:
parent
59e0a78ef4
commit
b5dbe32318
6
.github/workflows/master.yml
vendored
6
.github/workflows/master.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user