Skip to content

Commit

Permalink
Update update_dependencies.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 authored Sep 22, 2024
1 parent 4ddfedb commit 4d29593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
# - env:
# LOG_LEVEL: debug
- run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover
- run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover

0 comments on commit 4d29593

Please sign in to comment.