Further fix to update dependencies workflow

This commit is contained in:
Edoardo Pirovano 2021-10-25 18:09:40 +01:00
parent 968c038839
commit d3f5d485b3
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28

View file

@ -35,5 +35,5 @@ jobs:
git config --global user.name "github-actions[bot]"
git add node_modules
git commit -am "Update checked-in dependencies"
git push origin "$BRANCH"
git push origin "HEAD:$BRANCH"
fi