maybe fix cache?
Some checks failed
renovate / renovate (push) Failing after 4s

This commit is contained in:
Lee 2023-10-15 03:04:33 +01:00
parent 59e67d0106
commit 6cb63e75c4

@ -23,8 +23,8 @@ jobs:
- run: Renovate
env:
#RENOVATE_CONFIG_FILE: "/home/container/rconfig.js"
LOG_LEVEL: "debug"
#LOG_LEVEL: "debug"
RENOVATE_CACHE_DIR: /tmp/renovate/cache
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
@ -36,4 +36,4 @@ jobs:
uses: actions/cache/save@v3
with:
path: /tmp/renovate/cache
key: ${{ steps.cache-renovate.outputs.cache-primary-key }}
key: ${{ steps.cache-renovate.outputs.cache-primary-key }}