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 }}