Update cache/restore/action.yaml
This commit is contained in:
parent
72583f2887
commit
e47bccf336
4
cache/restore/action.yaml
vendored
4
cache/restore/action.yaml
vendored
@ -9,10 +9,6 @@ inputs:
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
container:
|
||||
image: alpine
|
||||
volumes:
|
||||
- /mnt/swarm/gitea/runner/cache:/cache
|
||||
steps:
|
||||
- run: |
|
||||
[ ! -f "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" ] && echo "Cache not found" && exit
|
||||
|
Loading…
Reference in New Issue
Block a user