Update .gitea/workflows/renovate.yaml
Some checks failed
renovate / renovate (push) Failing after 14s
Some checks failed
renovate / renovate (push) Failing after 14s
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user