Update cache/restore/action.yaml

This commit is contained in:
Zakary Timson 2023-11-24 00:00:10 +00:00
parent 72583f2887
commit e47bccf336

View File

@ -9,10 +9,6 @@ inputs:
runs: runs:
using: composite using: composite
container:
image: alpine
volumes:
- /mnt/swarm/gitea/runner/cache:/cache
steps: steps:
- run: | - run: |
[ ! -f "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" ] && echo "Cache not found" && exit [ ! -f "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}/archive.tar.gz" ] && echo "Cache not found" && exit