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

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)