Skip to content

Commit

Permalink
Fix irc-notify to print issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellimws authored Mar 9, 2020
1 parent 6b567af commit 79e127e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/irc-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
channel: "##gef"
nickname: githubot
message: |
${{ github.actor }} ${{ github.event.action }} issue #number: "${{ github.event.issue.title }}" (${{ github.event.issue.html_url }})
${{ github.actor }} ${{ github.event.action }} issue #${{ github.event.issue.number }}: "${{ github.event.issue.title }}" (${{ github.event.issue.html_url }})

0 comments on commit 79e127e

Please sign in to comment.