Skip to content

Commit

Permalink
ajaja
Browse files Browse the repository at this point in the history
Signed-off-by: Jorgen Lundman <[email protected]>
  • Loading branch information
lundman committed Dec 18, 2024
1 parent 73edb44 commit 350e401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify-irc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
server: "irc.libera.chat"
nickname: zfs-consus
message: |
[openzfs] ${{ github.actor }} pushed ${{ github.event.commits && format('{0}', github.event.commits | length) || '0' }} commit${{ github.event.commits && github.event.commits | length > 1 && 's' || '' }} to ${{ github.ref_name }}
[openzfs] ${{ github.actor }} pushed ${{ github.event.commits && github.event.commits | length || '0' }} commit${{ github.event.commits && github.event.commits.length > 1 && 's' || '' }} to ${{ github.ref_name }}
${{ github.event.compare }}
${{ github.event.commits && join(github.event.commits.*.message, '\n') || '' }}
${{ github.event.commits && github.event.commits | length > 8 && '...and more!' || '' }}
${{ format('{0}', github.event.commits[0].message) }}...
${{ github.event.commits.length > 8 && '...and more!' || '' }}

0 comments on commit 350e401

Please sign in to comment.