Skip to content

Commit 9dba53c

Browse files
add manual input
1 parent b7c0b0b commit 9dba53c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/cache.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
workflow_call:
55
inputs:
66
cache_path:
7-
description: path to download files to and cache
7+
description: path to test cache on runner
88
type: string
99
required: false
10-
default: ''
10+
default: '/tmp/crds'
1111
outputs:
1212
cache_path:
1313
value: ${{ jobs.cache.outputs.cache_path }}
@@ -18,6 +18,12 @@ on:
1818
testing_cache:
1919
value: ${{ jobs.cache.outputs.testing_cache }}
2020
workflow_dispatch:
21+
inputs:
22+
cache_path:
23+
description: path to test cache on runner
24+
type: string
25+
required: false
26+
default: '/tmp/crds'
2127
schedule:
2228
# Weekly Monday midnight
2329
- cron: "0 0 * * 1"

0 commit comments

Comments
 (0)