File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ type APIMeta struct {
52
52
// GitHub Actions will originate from.
53
53
Actions []string `json:"actions,omitempty"`
54
54
55
- // an array of IP addresses in CIDR format specifying the IP addresses
56
- // Github Action macOS runner will originate from.
57
- ActionsMacOs []string `json:"actions_macos,omitempty"`
55
+ // An array of IP addresses in CIDR format specifying the IP addresses
56
+ // GitHub Action macOS runner will originate from.
57
+ ActionsMacos []string `json:"actions_macos,omitempty"`
58
58
59
59
// An array of IP addresses in CIDR format specifying the IP addresses
60
60
// Dependabot will originate from.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ func TestAPIMeta_Marshal(t *testing.T) {
26
26
Importer : []string {"i" },
27
27
GithubEnterpriseImporter : []string {"gei" },
28
28
Actions : []string {"a" },
29
- ActionsMacOs : []string {"192.0.2.1/32" , "198.51.100.0/24" },
29
+ ActionsMacos : []string {"192.0.2.1/32" , "198.51.100.0/24" },
30
30
Dependabot : []string {"d" },
31
31
SSHKeyFingerprints : map [string ]string {"a" : "f" },
32
32
SSHKeys : []string {"k" },
@@ -93,7 +93,7 @@ func TestMetaService_Get(t *testing.T) {
93
93
Importer : []string {"i" },
94
94
GithubEnterpriseImporter : []string {"gei" },
95
95
Actions : []string {"a" },
96
- ActionsMacOs : []string {"192.0.2.1/32" , "198.51.100.0/24" },
96
+ ActionsMacos : []string {"192.0.2.1/32" , "198.51.100.0/24" },
97
97
Dependabot : []string {"d" },
98
98
API : []string {"a" },
99
99
Web : []string {"w" },
You can’t perform that action at this time.
0 commit comments