cache updates
This commit is contained in:
parent
2fb1a240a0
commit
dbb033c951
1 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue