We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 968c038 + d3f5d48 commit c226132Copy full SHA for c226132
.github/workflows/update-dependencies.yml
@@ -35,5 +35,5 @@ jobs:
35
git config --global user.name "github-actions[bot]"
36
git add node_modules
37
git commit -am "Update checked-in dependencies"
38
- git push origin "$BRANCH"
+ git push origin "HEAD:$BRANCH"
39
fi
0 commit comments