Skip to content

Commit 2bb7b52

Browse files
committed
Recheck
1 parent 9612167 commit 2bb7b52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prmerge_ci_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ jobs:
216216
const discussion = await github.graphql(createMutation, {
217217
repositoryId: repoId,
218218
categoryId: categoryId,
219-
title: `Test Discussion adding at ${process.env.MADATE}`,
220-
body: `Test new message at ${process.env.MADATE}`
219+
title: `NEw Test Discussion adding at ${{ env.MADATE }}`,
220+
body: `Test new message at ${{ env.MADATE }}`
221221
});
222222
223223
console.log(`Discussion created: ${discussion.createDiscussion.discussion.url}`);

0 commit comments

Comments
 (0)