Skip to content

Commit cbcf41b

Browse files
authored
Merge pull request CycloneDX#71 from madpah/fix/gh-workflows
fix: GH workflows failing
2 parents 018f910 + 98c4d33 commit cbcf41b

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.idea/
2-
out
2+
out/*

out/.gitkeep

Whitespace-only changes.

spec/generators/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ generatorName: python
44
additionalProperties:
55
library: urllib3
66
licenseInfo: "Apache-2.0"
7-
packageName: "tea-api-client"
7+
packageName: "tea_api_client"
88
projectName: "Transparency Exchange API (TEA)"

spec/openapi.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676

7777
},
7878
"tags": [
79-
"Consumer",
8079
"TEA Index"
8180
]
8281
}
@@ -106,7 +105,6 @@
106105
}
107106
},
108107
"tags": [
109-
"Consumer",
110108
"TEA Leaf"
111109
]
112110
}
@@ -136,7 +134,6 @@
136134
}
137135
},
138136
"tags": [
139-
"Consumer",
140137
"TEA Collection"
141138
]
142139
}
@@ -533,8 +530,6 @@
533530
},
534531
"security": [],
535532
"tags": [
536-
"Consumer",
537-
"Producer",
538533
"TEA Collection",
539534
"TEA Index",
540535
"TEA Leaf"

0 commit comments

Comments
 (0)