Change workdir
renovate / renovate (push) Failing after 10s Details

This commit is contained in:
Mathis 2024-03-24 13:44:06 +00:00
parent 7d6572aef8
commit 0e6ab7bb8e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/gitea/renovate-config/config.js"
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}"/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}