Browse Source

chore(github-action): issue url correction

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
pull/350/head
Pranav C 3 years ago
parent
commit
a825620c0d
  1. 2
      .github/workflows/issue-closed.yml

2
.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 }}
Loading…
Cancel
Save