diff --git a/.github/workflows/pr_bot.yml b/.github/workflows/pr_bot.yml index 85d80fd..d9e6bf2 100644 --- a/.github/workflows/pr_bot.yml +++ b/.github/workflows/pr_bot.yml @@ -23,7 +23,7 @@ jobs: "username": "GitHub PR 봇", "embeds": [{ "title": "Pull Request #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}", - "description": "πŸ”·πŸ”·πŸ”· **${{ github.actor }}**λ‹˜μ΄ Pull Requestλ₯Ό μƒμ„±ν•˜κ±°λ‚˜ μ—…λ°μ΄νŠΈν–ˆμŠ΅λ‹ˆλ‹€. οΏ½πŸ”·πŸ”·", + "description": "πŸ”·πŸ”·πŸ”· **${{ github.actor }}**λ‹˜μ΄ Pull Requestλ₯Ό μƒμ„±ν•˜κ±°λ‚˜ μ—…λ°μ΄νŠΈν–ˆμŠ΅λ‹ˆλ‹€. πŸ”·πŸ”·πŸ”·", "url": "${{ github.event.pull_request.html_url }}", "color": 3253045 }]