Skip to content

Commit

Permalink
Merge pull request #794 from edoardopirovano/fix-update-deps
Browse files Browse the repository at this point in the history
Further fix to update dependencies workflow
  • Loading branch information
Edoardo Pirovano authored and GitHub committed Oct 25, 2021
2 parents 968c038 + d3f5d48 commit c226132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c226132

Please sign in to comment.