addding syntax for workflow

This commit is contained in:
2025-08-11 14:49:51 +00:00
parent 685f1ed08a
commit ed38658672

View File

@ -122,6 +122,7 @@ jobs:
doc_exports_var = categories.get(docs_service_category, {})
print(doc_exports_var)
json_str = json.dumps(doc_exports_var, indent=4)
json_str = "doc_exports_var=" + json_str
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
fh.write(json_str)