Skip to content

Commit 932d25d

Browse files
author
Jeevan Revaneppa Hirethanad
committed
CI trigger on push
1 parent fc515da commit 932d25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/generate_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def main():
3535
rows = [{"app":"noop","board":"noop"}]
3636

3737
matrix = {"include": rows}
38-
print(json.dumps(matrix))
38+
print(json.dumps(matrix, indent=2))
3939

4040
if __name__ == "__main__":
4141
main()

0 commit comments

Comments
 (0)