diff --git a/.github/workflows/notify-irc.yml b/.github/workflows/notify-irc.yml index 10ae3c5..00b5d13 100644 --- a/.github/workflows/notify-irc.yml +++ b/.github/workflows/notify-irc.yml @@ -19,5 +19,5 @@ jobs: message: | [openzfs] ${{ github.actor }} pushed ${{ github.event.commits && github.event.commits.size || 0 }} commit${{ github.event.commits && github.event.commits.size > 1 && 's' || '' }} to ${{ github.ref_name }} ${{ github.event.compare }} - ${{ join(github.event.commits.*.message.split('\n')[0], '\n') }} + ${{ join(github.event.commits.*.message, '\n') }}