We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb7b52 commit 4073dbeCopy full SHA for 4073dbe
1 file changed
.github/workflows/prmerge_ci_main.yml
@@ -217,7 +217,9 @@ jobs:
217
repositoryId: repoId,
218
categoryId: categoryId,
219
title: `NEw Test Discussion adding at ${{ env.MADATE }}`,
220
- body: `Test new message at ${{ env.MADATE }}`
+ body: `Test new message at ${{ env.MADATE }}
221
+ Another line
222
+ And another one`
223
});
224
225
console.log(`Discussion created: ${discussion.createDiscussion.discussion.url}`);
0 commit comments