Fix master workflow
This commit is contained in:
parent
59e0a78ef4
commit
b5dbe32318
10
.github/workflows/master.yml
vendored
10
.github/workflows/master.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
|||
-
|
||||
name: Commit and push changes
|
||||
run: |
|
||||
git add --all
|
||||
git status --short -uno
|
||||
git commit -m 'Update node_modules'
|
||||
git show --stat-count=10 HEAD
|
||||
git push
|
||||
git add .
|
||||
if output=$(git status --porcelain) && [ ! -z "$output" ]; then
|
||||
git commit -m 'Update node_modules'
|
||||
git push
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user