mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Do not install Java. Use non-slim renovate image
This commit is contained in:
parent
0310de35fa
commit
fad70aad32
1 changed files with 1 additions and 4 deletions
5
.github/workflows/renovate.yml
vendored
5
.github/workflows/renovate.yml
vendored
|
|
@ -10,15 +10,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.3.0
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '11'
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v34.143.1
|
||||
with:
|
||||
configurationFile: solr/renovate-config.js
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
useSlim: false
|
||||
env:
|
||||
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
|
||||
LOG_LEVEL: "debug"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue