more debugging
This commit is contained in:
@@ -24,11 +24,19 @@ jobs:
|
||||
echo "docker info:"
|
||||
docker info || echo "docker info failed"
|
||||
|
||||
- name: Validate renovate.json
|
||||
run: |
|
||||
docker run --rm -t \
|
||||
-v "$PWD/renovate.json:/usr/src/app/renovate.json" \
|
||||
ghcr.io/renovatebot/renovate:43 \
|
||||
renovate-config-validator /usr/src/app/renovate.json
|
||||
|
||||
- name: Run Renovate
|
||||
uses: renovatebot/github-action@v46.1.3
|
||||
with:
|
||||
mount-docker-socket: 'true'
|
||||
env:
|
||||
LOG_LEVEL: debug
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
RENOVATE_PLATFORM: gitea
|
||||
RENOVATE_ENDPOINT: https://git.keligrubb.com
|
||||
|
||||
Reference in New Issue
Block a user