We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b0cd8 commit 416fb2aCopy full SHA for 416fb2a
scripts/parse_and_validate_properties_txt.py
@@ -147,4 +147,4 @@ def set_output_error(msg):
147
contribution.update(props)
148
149
print(f"properties dict: {contribution}") # just for debugging, should do this via logging levels
150
- set_output(contribution)
+ set_output(json.dumps(contribution))
0 commit comments