From 382794da76a72183654865ad8ff7ccd3889eb190 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 16 Feb 2024 07:04:32 +0100 Subject: [PATCH] [GitHub] Fix review request Discord msg (#4502) --- .github/workflows/post-github-activity-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-github-activity-pr.yml b/.github/workflows/post-github-activity-pr.yml index 1402c11c7df..6b52876f7c2 100644 --- a/.github/workflows/post-github-activity-pr.yml +++ b/.github/workflows/post-github-activity-pr.yml @@ -58,7 +58,7 @@ jobs: python scripts/discord/post-discord-message.py working-directory: ${{ github.workspace }} env: - MESSAGE: ":eyeglasses: Review requested: join(github.event.pull_request.requested_reviewers.*.login, ', ') would you please review [#${{github.event.pull_request.number}}](https://github.com/sofa-framework/sofa/pull/${{github.event.pull_request.number}})?" + MESSAGE: ":eyeglasses: Review requested: ${{ join(github.event.pull_request.requested_reviewers.*.login, ', ') }} would you please review [#${{github.event.pull_request.number}}](https://github.com/sofa-framework/sofa/pull/${{github.event.pull_request.number}})?" BOT_NAME: "SOFA Github bot" EMBEDS_TITLE: "" EMBEDS_URL: ""