Update cache/restore/action.yaml
This commit is contained in:
parent
784365d0b8
commit
7096d3b52b
2
cache/restore/action.yaml
vendored
2
cache/restore/action.yaml
vendored
@ -12,7 +12,7 @@ runs:
|
|||||||
container:
|
container:
|
||||||
image: alpine
|
image: alpine
|
||||||
volumes:
|
volumes:
|
||||||
- /cache:/cache
|
- /mnt/cache:/cache
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
mv "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" . && \
|
mv "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" . && \
|
||||||
|
Loading…
Reference in New Issue
Block a user