mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Swallow empty-commit error
This commit is contained in:
5
.github/workflows/update-package-lock.yaml
vendored
5
.github/workflows/update-package-lock.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user