Skip to content

Commit

Permalink
fix(ci): lint issue on update-monorepo-lockfiles.yml (#26920)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Jan 31, 2024
1 parent 1fd9270 commit d8f7e2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-monorepo-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d8f7e2c

Please sign in to comment.