We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c0b0b commit 9dba53cCopy full SHA for 9dba53c
.github/workflows/cache.yml
@@ -4,10 +4,10 @@ on:
4
workflow_call:
5
inputs:
6
cache_path:
7
- description: path to download files to and cache
+ description: path to test cache on runner
8
type: string
9
required: false
10
- default: ''
+ default: '/tmp/crds'
11
outputs:
12
13
value: ${{ jobs.cache.outputs.cache_path }}
@@ -18,6 +18,12 @@ on:
18
testing_cache:
19
value: ${{ jobs.cache.outputs.testing_cache }}
20
workflow_dispatch:
21
+ inputs:
22
+ cache_path:
23
24
+ type: string
25
+ required: false
26
27
schedule:
28
# Weekly Monday midnight
29
- cron: "0 0 * * 1"
0 commit comments