Skip to content

Commit c226132

Browse files
Merge pull request #794 from edoardopirovano/fix-update-deps
Further fix to update dependencies workflow
2 parents 968c038 + d3f5d48 commit c226132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
git config --global user.name "github-actions[bot]"
3636
git add node_modules
3737
git commit -am "Update checked-in dependencies"
38-
git push origin "$BRANCH"
38+
git push origin "HEAD:$BRANCH"
3939
fi

0 commit comments

Comments
 (0)