diff --git a/.forgejo/actions/renovate/action.yaml b/.forgejo/actions/renovate/action.yaml index 7032a20..c69bba6 100644 --- a/.forgejo/actions/renovate/action.yaml +++ b/.forgejo/actions/renovate/action.yaml @@ -28,9 +28,9 @@ runs: with: path: | .tmp/cache/renovate/repository - key: repo-cache-${{ inputs.endpoint }}-${{ github.run_id }} + key: renovate-cache-${{ inputs.endpoint }}-${{ github.run_id }} restore-keys: | - repo-cache-${{ inputs.endpoint }}- + renovate-cache-${{ inputs.endpoint }}- - run: | renovate ${{ inputs.args }} @@ -56,4 +56,4 @@ runs: with: path: | .tmp/cache/renovate/repository - key: repo-cache-${{ inputs.endpoint }}-${{ github.run_id }} + key: renovate-cache-${{ inputs.endpoint }}-${{ github.run_id }}