Fix workdir quotes
renovate / renovate (push) Failing after 8s
Details
renovate / renovate (push) Failing after 8s
Details
This commit is contained in:
parent
0e6ab7bb8e
commit
4462cb102a
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: renovate
|
- run: renovate
|
||||||
env:
|
env:
|
||||||
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}"/config.js"
|
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "debug"
|
||||||
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
|
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
|
||||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue