ci(renovate): fix step names (take 2)
This commit is contained in:
parent
c7b8a434c3
commit
9303f8e72d
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ jobs:
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
repo-cache-
|
repo-cache-
|
||||||
|
|
||||||
- run: Run renovate
|
- name: Run renovate
|
||||||
|
run: renovate
|
||||||
env:
|
env:
|
||||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }}
|
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }}
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
|
|
Loading…
Reference in a new issue