Merge pull request #40244 from amcasey/EmptyCommit

Swallow empty-commit error
This commit is contained in:
Andrew Casey
2020-08-25 10:28:28 -07:00
committed by GitHub
+3 -2
View File
@@ -23,5 +23,6 @@ jobs:
git config user.name "TypeScript Bot"
npm install --package-lock-only
git add -f package-lock.json
git commit -m "Update package-lock.json"
git push
if git commit -m "Update package-lock.json"; then
git push
fi