We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f619bc8 commit ebd238bCopy full SHA for ebd238b
bin/build_matrix.py
@@ -25,7 +25,7 @@ def output_matrix(matrix):
25
matrix_string = json.dumps(matrix)
26
logging.info("Writing matrix data to: %s", GITHUB_PATH)
27
with GITHUB_PATH.open("a", encoding="utf-8") as file:
28
- file.write(f"matrix='{matrix_string}'\n")
+ file.write(f"matrix={matrix_string}\n")
29
30
31
def unpack_os_set(platform, os_set):
0 commit comments