Update cache/restore/action.yaml
This commit is contained in:
parent
6785ca8c4c
commit
6fb22058a4
8
cache/restore/action.yaml
vendored
8
cache/restore/action.yaml
vendored
@ -15,8 +15,6 @@ runs:
|
||||
- /mnt/swarm/gitea/runner/cache:/cache
|
||||
steps:
|
||||
- run: |
|
||||
mv "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" . && \
|
||||
tar -xzf "archive.tar.gz" && \
|
||||
echo "Cache restored: /cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" || \
|
||||
echo "Cache not found"
|
||||
|
||||
mv "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" .
|
||||
tar -xzf "archive.tar.gz"
|
||||
echo "Cache restored: /cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user