File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 20
20
type : boolean
21
21
required : false
22
22
description : " Whether to run the blob report"
23
+ prepare-artifact-name :
24
+ type : string
25
+ required : false
26
+ description : " The name of the prepare artifact to use, defaults to 'webapp'"
27
+ default : " webapp"
23
28
env :
24
29
SQLCIPHER_BUNDLED : ${{ inputs.sqlcipher == 'static' && '1' || '' }}
25
30
MAX_GLIBC : 2.31 # bullseye-era glibc, used by glibc-check.sh
64
69
65
70
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
66
71
with :
67
- name : webapp
72
+ name : ${{ inputs.prepare-artifact-name }}
68
73
69
74
- name : Cache .hak
70
75
id : cache
Original file line number Diff line number Diff line change 31
31
type : boolean
32
32
required : false
33
33
description : " Whether to run the blob report"
34
+ prepare-artifact-name :
35
+ type : string
36
+ required : false
37
+ description : " The name of the prepare artifact to use, defaults to 'webapp'"
38
+ default : " webapp"
34
39
permissions : {} # No permissions required
35
40
jobs :
36
41
build :
41
46
42
47
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
43
48
with :
44
- name : webapp
49
+ name : ${{ inputs.prepare-artifact-name }}
45
50
46
51
- name : Cache .hak
47
52
id : cache
Original file line number Diff line number Diff line change 34
34
type : boolean
35
35
required : false
36
36
description : " Whether to run the blob report"
37
+ prepare-artifact-name :
38
+ type : string
39
+ required : false
40
+ description : " The name of the prepare artifact to use, defaults to 'webapp'"
41
+ default : " webapp"
37
42
permissions : {} # No permissions required
38
43
jobs :
39
44
build :
69
74
70
75
- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
71
76
with :
72
- name : webapp
77
+ name : ${{ inputs.prepare-artifact-name }}
73
78
74
79
- name : Cache .hak
75
80
id : cache
You can’t perform that action at this time.
0 commit comments