Update .gitea/workflows/renovate.yaml

This commit is contained in:
2025-12-29 02:50:42 +01:00
parent c550ad4033
commit 66f1c5c375

View File

@@ -15,8 +15,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest container: ghcr.io/renovatebot/renovate:latest
steps: steps:
- uses: actions/checkout@v4
- run: echo "Token length: ${{ secrets.RENOVATE_TOKEN | length }}" - run: echo "Token length: ${{ secrets.RENOVATE_TOKEN | length }}"
- uses: actions/checkout@v4
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js