Update .gitea/workflows/renovate.yaml
Some checks failed
renovate / renovate (push) Failing after 14s

This commit is contained in:
2026-02-03 08:29:27 +00:00
parent b13b22c359
commit c3b898d99e

View File

@@ -15,14 +15,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Debug paths
run: |
pwd
ls -la
echo "gitea.workspace=${{ gitea.workspace }}"
ls -la "${{ gitea.workspace }}"
- run: renovate - run: renovate
working-directory: ${{ gitea.workspace }}
env: env:
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/renovate-config.js" RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/renovate-config.js"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"