fix: remove whitespaces in output
This commit is contained in:
parent
a5723525ac
commit
f8167c20b6
@ -54,7 +54,7 @@ def main():
|
|||||||
|
|
||||||
version_objects = get_latest_versions(all_versions_list)
|
version_objects = get_latest_versions(all_versions_list)
|
||||||
|
|
||||||
value = json.dumps(version_objects)
|
value = json.dumps(version_objects, separators=(",", ":"))
|
||||||
|
|
||||||
with open(os.environ["GITHUB_OUTPUT"], "a") as fh:
|
with open(os.environ["GITHUB_OUTPUT"], "a") as fh:
|
||||||
print(f"{OUTPUT}={value}", file=fh)
|
print(f"{OUTPUT}={value}", file=fh)
|
||||||
|
Loading…
Reference in New Issue
Block a user