Fix config path
Some checks failed
renovate / renovate (push) Failing after 8s

This commit is contained in:
Valentin Brandl 2024-04-17 17:57:11 +02:00
parent a28f741d85
commit 66fdb72e21
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"
RENOVATE_CONFIG_FILE: "/renovate-bot/renovate-config/config.js"
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}