Further config of GH Actions for OWR

This commit is contained in:
codemann8
2024-05-23 19:56:39 -05:00
parent b55c3700c0
commit e7819de9c8
4 changed files with 11 additions and 15 deletions

View File

@@ -104,7 +104,7 @@ for r, d, f in os.walk(os.path.join(".", ".github")):
apiRes = json.loads(
apiReq.read().decode("utf-8"))
except JSONDecodeError as e:
raise ValueError("🔴API Request failed: " + apiURL)
raise ValueError("API Request failed: " + apiURL)
if apiRes:
latest = apiRes["tag_name"] if "tag_name" in apiRes else ""
if latest != "":
@@ -143,7 +143,7 @@ for action, actionData in allACTIONS.items():
filename_line +
" "
)
print("| 🔴Outdated |")
print("| Outdated |")
print(
"|" +
filename_line +