Update cache/action.yaml
This commit is contained in:
parent
fd27848744
commit
72583f2887
5
cache/action.yaml
vendored
5
cache/action.yaml
vendored
@ -9,13 +9,10 @@ inputs:
|
|||||||
pattern:
|
pattern:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
default: *
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
container:
|
|
||||||
image: alpine
|
|
||||||
volumes:
|
|
||||||
- /mnt/swarm/gitea/runner/cache:/cache
|
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
mkdir -p "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}"
|
mkdir -p "/cache/$GITHUB_REPOSITORY/${{ inputs.key }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user