diff --git a/.github/workflows/good_first_issue_notifier.yml b/.github/workflows/good_first_issue_notifier.yml index abb451600d..1db992502b 100644 --- a/.github/workflows/good_first_issue_notifier.yml +++ b/.github/workflows/good_first_issue_notifier.yml @@ -21,7 +21,7 @@ jobs: ISSUE_URL: ${{ github.event.issue.html_url }} ISSUE_AUTHOR: ${{ github.event.issue.user.login }} run: | - MESSAGE="[${ISSUE_TITLE} (#${ISSUE_NUMBER})](${ISSUE_URL})" + MESSAGE="[${ISSUE_TITLE} (#${ISSUE_NUMBER})](<${ISSUE_URL}>)" { echo "message<