build: corrected issue-label to use issue.number

This commit is contained in:
Geoff Bourne
2022-01-29 22:09:18 -06:00
parent eb694463c5
commit c424fe1c7b

View File

@@ -20,4 +20,4 @@ jobs:
|| github.event.label.name == 'status/waiting on upstream'
uses: Ilshidur/action-discord@master
with:
args: "[${{ github.event.issue.title }} (#${{ github.event.issue.id }})](<${{ github.event.issue.html_url }}>) added `${{ github.event.label.name }}` label"
args: "[${{ github.event.issue.title }} (#${{ github.event.issue.number }})](<${{ github.event.issue.html_url }}>) added `${{ github.event.label.name }}` label"