diff --git a/.github/workflows/notify-docs-team.yml b/.github/workflows/notify-docs-team.yml index 42008d8af1..885d71a3f3 100644 --- a/.github/workflows/notify-docs-team.yml +++ b/.github/workflows/notify-docs-team.yml @@ -47,7 +47,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "ready for review by <${{ github.event.pull_request.user.url }}|${{ github.event.pull_request.user.login }}>: <${{ github.event.pull_request.html_url }}>" + "text": "ready for review by <${{ github.event.pull_request.user.html_url }}|${{ github.event.pull_request.user.login }}>: <${{ github.event.pull_request.html_url }}>" } } ]