fix(ci): lint issue on update-monorepo-lockfiles.yml (#26920)

This commit is contained in:
Daniel Vaz Gaspar 2024-01-31 14:19:59 +00:00 committed by GitHub
parent 1fd927015f
commit d8f7e2ce5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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)