-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpublish.yml
64 lines (64 loc) · 1.14 KB
/
publish.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
-
_valid: true
_name: 'with-sites'
_data:
items:
- "4c72b88a-052d-4fcf-b6dc-1a66a25ed982"
sites:
- "the-domains/example.net"
-
_valid: true
_name: 'without-sites'
_data:
items:
- "4c72b88a-052d-4fcf-b6dc-1a66a25ed982"
-
_valid: true
_name: 'single-without-sites'
_data:
item: "4c72b88a-052d-4fcf-b6dc-1a66a25ed982"
-
_valid: true
_name: 'single-with-sites'
_data:
item: "4c72b88a-052d-4fcf-b6dc-1a66a25ed982"
sites:
- "the-domains/example.net"
-
_valid: false
_name: 'without-item'
_data:
sites:
- "the-domains/example.net"
-
_valid: false
_name: 'invalid-site'
_data:
items:
- "4c72b88a-052d-4fcf-b6dc-1a66a25ed982"
sites:
- "foo"
-
_valid: false
_name: 'invalid-items'
_data:
items:
- "foo"
sites:
- "the-domains/example.net"
-
_valid: false
_name: 'invalid-item'
_data:
item: "foo"
sites:
- "the-domains/example.net"
-
_valid: false
_name: 'invalid-item-items'
_data:
items:
- "4c72b88a-052d-4fcf-b6dc-1a66a25ed982"
item: "4c72b88a-052d-4fcf-b6dc-1a66a25ed982"
sites:
- "the-domains/example.net"