build: fixed issue.id reference in issue-label workflow

This commit is contained in:
Geoff Bourne
2022-01-28 22:44:37 -06:00
committed by GitHub
parent 8f8acc40f5
commit 469afb3200

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.issues.id }})](<${{ github.event.issue.html_url }}>) added `${{ github.event.label.name }}` label"
args: "[${{ github.event.issue.title }} (#${{ github.event.issue.id }})](<${{ github.event.issue.html_url }}>) added `${{ github.event.label.name }}` label"