mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore: code cleanup (#570)
This commit is contained in:
parent
6c502fb105
commit
5726cea51f
11 changed files with 51 additions and 55 deletions
14
README.md
14
README.md
|
|
@ -138,13 +138,13 @@ In case of issues, it's always a good idea to enable debug logging first.
|
|||
To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to the action:
|
||||
|
||||
```yml
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v21.33.15
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
env:
|
||||
LOG_LEVEL: 'debug'
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v21.33.15
|
||||
with:
|
||||
configurationFile: example/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
env:
|
||||
LOG_LEVEL: 'debug'
|
||||
```
|
||||
|
||||
### Special token requirements when using the `github-actions` manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue