mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Merge pull request 'ci(renovate): fix step names (take 2)' (#3318) from earl-warren/forgejo:wip-renovate-run into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3318 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
d335a3330f
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ jobs:
|
|||
restore-keys: |
|
||||
repo-cache-
|
||||
|
||||
- run: Run renovate
|
||||
- name: Run renovate
|
||||
run: renovate
|
||||
env:
|
||||
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }}
|
||||
LOG_LEVEL: debug
|
||||
|
|
Loading…
Reference in a new issue