Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Jun 3, 2024
1 parent 638d863 commit 4a90e7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# - env:
# LOG_LEVEL: debug
- run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover

0 comments on commit 4a90e7c

Please sign in to comment.