Fix update-typings pipeline (#17511)

This commit is contained in:
Charles Gagnon
2021-10-27 12:42:04 -07:00
committed by GitHub
parent ca20ae4d64
commit ab6b290b04

View File

@@ -52,6 +52,7 @@ steps:
# Sync up to latest from the DT repo
git remote add upstream https://github.com/DefinitelyTyped/DefinitelyTyped.git
git fetch upstream
git merge upstream/master
git push origin