Skip to content

Commit 4073dbe

Browse files
committed
Test multilines
1 parent 2bb7b52 commit 4073dbe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/prmerge_ci_main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,9 @@ jobs:
217217
repositoryId: repoId,
218218
categoryId: categoryId,
219219
title: `NEw Test Discussion adding at ${{ env.MADATE }}`,
220-
body: `Test new message at ${{ env.MADATE }}`
220+
body: `Test new message at ${{ env.MADATE }}
221+
Another line
222+
And another one`
221223
});
222224
223225
console.log(`Discussion created: ${discussion.createDiscussion.discussion.url}`);

0 commit comments

Comments
 (0)