File tree 1 file changed +2
-37
lines changed
1 file changed +2
-37
lines changed Original file line number Diff line number Diff line change 22
22
name : Tests
23
23
24
24
on :
25
- workflow_call :
26
- inputs :
27
- provenance :
28
- type : boolean
29
- description : " Provenance"
30
- default : false
31
- provenance_publish :
32
- type : boolean
33
- description : " Publish: Provenance"
34
- default : true
35
- snapshot :
36
- type : boolean
37
- description : " Publish: Snapshot"
38
- default : false
39
- repository :
40
- type : string
41
- description : " Publish Repository"
42
- default : " sonatype-nexus-snapshots"
43
-
44
- workflow_dispatch :
45
- inputs :
46
- provenance :
47
- type : boolean
48
- description : " Provenance"
49
- default : false
50
- provenance_publish :
51
- type : boolean
52
- description : " Publish: Provenance"
53
- default : false
54
- snapshot :
55
- type : boolean
56
- description : " Publish: Snapshot"
57
- default : true
58
- repository :
59
- type : string
60
- description : " Publish Repository"
61
- default : " sonatype-nexus-snapshots"
25
+ workflow_call : {}
26
+ workflow_dispatch : {}
62
27
63
28
permissions :
64
29
contents : read
You can’t perform that action at this time.
0 commit comments