From fed539b88126cfe4ec1b9cf78fa0ba73c42d5ca3 Mon Sep 17 00:00:00 2001 From: Maksym Arutyunyan Date: Fri, 23 May 2025 09:37:11 +0200 Subject: [PATCH] ci: add repo name to slack message --- .github/workflows/ci-notify-slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-notify-slack.yml b/.github/workflows/ci-notify-slack.yml index 8a33cb1d..eb0d466e 100644 --- a/.github/workflows/ci-notify-slack.yml +++ b/.github/workflows/ci-notify-slack.yml @@ -16,6 +16,6 @@ jobs: uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 with: channel-id: eng-execution-mrs - slack-message: ":github: <${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>" + slack-message: ":github: `${{ github.repository }}` <${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}>" env: SLACK_BOT_TOKEN: ${{ secrets.SLACK_API_TOKEN }}