From a825620c0d418bf14a97b603e7985eec362f7e7c Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Tue, 13 Jul 2021 16:12:02 +0530 Subject: [PATCH] chore(github-action): issue url correction Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com> --- .github/workflows/issue-closed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-closed.yml b/.github/workflows/issue-closed.yml index 6fbfc86c49..23626c62d1 100644 --- a/.github/workflows/issue-closed.yml +++ b/.github/workflows/issue-closed.yml @@ -14,5 +14,5 @@ jobs: uses: rjstone/discord-webhook-notify@v1 with: severity: info - details: 'Closed : ${{ github.event.issue.title }}(#${{ github.event.issue.number }}) : ${{ github.event.issue.url }}' + details: 'Closed : ${{ github.event.issue.title }}(#${{ github.event.issue.number }}) : ${{ github.event.issue.html_url }}' webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} \ No newline at end of file