I am try trying to display the commit messages in feishu. how can i configure it in a way that the feishy message will keep the multiline of the commit message ?
` - - tag: text
text: 'Content:'
tag: text
text: "${{github.event.head_commit.message}}"
`
for example using ".." works but the multiline is skipped. If i do not put the "..." i'm getting some format errors.
Hello,
I am try trying to display the commit messages in feishu. how can i configure it in a way that the feishy message will keep the multiline of the commit message ?
` - - tag: text text: 'Content:'
` for example using ".." works but the multiline is skipped. If i do not put the "..." i'm getting some format errors.
do you know a solution ?
thank you