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:
|
with:
|
||||||
path: |
|
path: |
|
||||||
.tmp/cache/renovate/repository
|
.tmp/cache/renovate/repository
|
||||||
key: repo-cache-${{ inputs.endpoint }}-${{ github.run_id }}
|
key: renovate-cache-${{ inputs.endpoint }}-${{ github.run_id }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
repo-cache-${{ inputs.endpoint }}-
|
renovate-cache-${{ inputs.endpoint }}-
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
renovate ${{ inputs.args }}
|
renovate ${{ inputs.args }}
|
||||||
|
@ -56,4 +56,4 @@ runs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
.tmp/cache/renovate/repository
|
.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