Skip to content

Commit 416fb2a

Browse files
authored
json dump dictionary before outputting to github actions (#87)
1 parent 56b0cd8 commit 416fb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/parse_and_validate_properties_txt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ def set_output_error(msg):
147147
contribution.update(props)
148148

149149
print(f"properties dict: {contribution}") # just for debugging, should do this via logging levels
150-
set_output(contribution)
150+
set_output(json.dumps(contribution))

0 commit comments

Comments
 (0)