Merge pull request #794 from edoardopirovano/fix-update-deps

Further fix to update dependencies workflow
This commit is contained in:
Edoardo Pirovano 2021-10-25 18:30:44 +01:00 committed by GitHub
commit c226132b0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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