We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d126d9b commit fb56da4Copy full SHA for fb56da4
etc/code-samples-action.py
@@ -9,4 +9,5 @@
9
f.write("|component|function|\n")
10
f.write("|-|-|\n")
11
for k, v in data.items():
12
- f.write(f"|{k}|{v}|\n")
+ func = v["func"]
13
+ f.write(f"|{k}|{func}|\n")
0 commit comments