Hi all - is it possible to get the README text tha...
# general
f
Hi all - is it possible to get the README text that is filled with the appropriate outputs instead of the template? I am interested if I can get this programmatically somehow. The use case is that I would like to display that readme with the appropriate service urls directly in the github action page in summary.
l
@future-refrigerator-88869 you could always use
apply
to interpolate outputs directly into a markdown string that you render as a stack output.
Basically rather than relying on the README templating, just construct the string yourself as a stack output.