Update cache/action.yaml

This commit is contained in:
Zakary Timson 2023-11-23 23:59:46 +00:00
parent fd27848744
commit 72583f2887

5
cache/action.yaml vendored
View File

@ -9,13 +9,10 @@ inputs:
pattern:
required: true
type: string
default: *
runs:
using: composite
container:
image: alpine
volumes:
- /mnt/swarm/gitea/runner/cache:/cache
steps:
- run: |
mkdir -p "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}"