diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index db5236e..52cc810 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/renovatebot/renovate:41.1.3 steps: - - uses: actions/checkout@v4 + - uses: https://gitea.com/actions/checkout@v4 - run: renovate env: - RENOVATE_CONFIG_FILE: "/workspace/{{username}}/{{repo name}/config.js" + RENOVATE_CONFIG_FILE: "/workspace/Boria138/PortProtonQt/config.js" LOG_LEVEL: "debug" RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}