From d8f7e2ce5e4ff1aef925cef69ffd3c9f1e41a179 Mon Sep 17 00:00:00 2001 From: Daniel Vaz Gaspar Date: Wed, 31 Jan 2024 14:19:59 +0000 Subject: [PATCH] fix(ci): lint issue on update-monorepo-lockfiles.yml (#26920) --- .github/workflows/update-monorepo-lockfiles.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update-monorepo-lockfiles.yml b/.github/workflows/update-monorepo-lockfiles.yml index 7591d7420c8..409f9b80291 100644 --- a/.github/workflows/update-monorepo-lockfiles.yml +++ b/.github/workflows/update-monorepo-lockfiles.yml @@ -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) -