From 4a90e7cd9ba213a732cf3b11191038b344539db2 Mon Sep 17 00:00:00 2001 From: Igor Bari Date: Mon, 3 Jun 2024 12:09:05 +0200 Subject: [PATCH] remove debug logs --- .github/workflows/update_dependencies.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 3f7b40b..d078840 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -22,6 +22,6 @@ jobs: uses: actions/checkout@v4 - name: Setup node uses: actions/setup-node@v4 - - env: - LOG_LEVEL: debug - run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover \ No newline at end of file + # - env: + # LOG_LEVEL: debug + - run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover \ No newline at end of file