more debugging
This commit is contained in:
@@ -24,11 +24,19 @@ jobs:
|
|||||||
echo "docker info:"
|
echo "docker info:"
|
||||||
docker info || echo "docker info failed"
|
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
|
- name: Run Renovate
|
||||||
uses: renovatebot/github-action@v46.1.3
|
uses: renovatebot/github-action@v46.1.3
|
||||||
with:
|
with:
|
||||||
mount-docker-socket: 'true'
|
mount-docker-socket: 'true'
|
||||||
env:
|
env:
|
||||||
|
LOG_LEVEL: debug
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
RENOVATE_PLATFORM: gitea
|
RENOVATE_PLATFORM: gitea
|
||||||
RENOVATE_ENDPOINT: https://git.keligrubb.com
|
RENOVATE_ENDPOINT: https://git.keligrubb.com
|
||||||
|
|||||||
Reference in New Issue
Block a user