From e71453d3e0f81686b4bd1e8ac2965c053afeaed6 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 26 Feb 2024 05:16:02 +0100 Subject: [PATCH] [GitHub] Fix GH Discussions Announcements for Discord (#4530) --- .github/workflows/post-announcements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-announcements.yml b/.github/workflows/post-announcements.yml index cd5b1bc8cec..8235d321f01 100644 --- a/.github/workflows/post-announcements.yml +++ b/.github/workflows/post-announcements.yml @@ -29,7 +29,7 @@ jobs: working-directory: ${{ github.workspace }} env: DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_ANNOUNCEMENTS_WEBHOOK_URL }} - MESSAGE: ":loudspeaker: New post \"${{github.event.discussion.category.name}}\" :arrow_right: **[${{github.event.discussion.title}}](https://github.com/sofa-framework/sofa/discussions/${{github.event.discussion.number}})** by [${{github.event.discussion.author.login}}](https://github.com/${{github.event.discussion.author.login}})" + MESSAGE: ":loudspeaker: New post \"${{github.event.discussion.category.name}}\" :arrow_right: **[${{github.event.discussion.title}}](https://github.com/sofa-framework/sofa/discussions/${{github.event.discussion.number}})** by [${{github.event.discussion.user.login}}](https://github.com/${{github.event.discussion.user.login}})" BOT_NAME: "Discussion announcement" EMBEDS_TITLE: "${{github.event.discussion.title}}" EMBEDS_URL: "https://github.com/sofa-framework/sofa/discussions/${{github.event.discussion.number}}"