fix(ci): lint issue on update-monorepo-lockfiles.yml (#26920)
This commit is contained in:
parent
1fd927015f
commit
d8f7e2ce5e
|
|
@ -36,4 +36,3 @@ jobs:
|
|||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git add package-lock.json
|
||||
git diff --staged --quiet || (git commit -m "Update lock file for Dependabot PR" -a && git push https://${{ github.token }}@github.com/${{ github.repository }}.git)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue