Merge pull request #794 from edoardopirovano/fix-update-deps
Further fix to update dependencies workflow
This commit is contained in:
commit
c226132b0b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-dependencies.yml
vendored
2
.github/workflows/update-dependencies.yml
vendored
|
|
@ -35,5 +35,5 @@ jobs:
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git add node_modules
|
git add node_modules
|
||||||
git commit -am "Update checked-in dependencies"
|
git commit -am "Update checked-in dependencies"
|
||||||
git push origin "$BRANCH"
|
git push origin "HEAD:$BRANCH"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue