Skip to content

Commit

Permalink
Further fix to update dependencies workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Pirovano committed Oct 25, 2021
1 parent 968c038 commit d3f5d48
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 d3f5d48

Please sign in to comment.