possible fix for actions 3
This commit is contained in:
2
imgen.py
2
imgen.py
@@ -111,7 +111,7 @@ f.close()
|
||||
if sys.argv[1] == "shields":
|
||||
# write all the JSON files for shields.io
|
||||
for key, version in final_manifest["versions"].items():
|
||||
f = open("shields-" + key + ".json", "w")
|
||||
f = open(key + "-shields.json", "w")
|
||||
|
||||
if version.find("alpha") >= 0:
|
||||
color = "yellow"
|
||||
|
||||
Reference in New Issue
Block a user