Skip to content

Commit

Permalink
ci: fix syntax error (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 23, 2022
1 parent 75ba1ee commit 8826a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update npm dependencies by renovate
name: Update dependencies

on:
workflow_dispatch:
Expand All @@ -17,5 +17,5 @@ jobs:
with:
configurationFile: .github/renovate/renovate.json5
token: ${{ secrets.TINKOFF_BOT_PAT }}
env:
LOG_LEVEL: 'debug'
env:
LOG_LEVEL: 'debug'

0 comments on commit 8826a20

Please sign in to comment.