Skip to content

Workflow file for this run

name: "Notify IRC on Push"
on:
push:
branches:
- main
- development
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify IRC
uses: rectalogic/notify-irc@v1
with:
channel: "#OpenZFS-Windows"
server: "irc.libera.chat"
nickname: zfs-consus
message: |

Check failure on line 19 in .github/workflows/notify-irc.yml

View workflow run for this annotation

GitHub Actions / Notify IRC on Push

Invalid workflow file

The workflow is not valid. .github/workflows/notify-irc.yml (Line: 19, Col: 20): Unexpected symbol: '|'. Located at position 22 within expression: github.event.commits | length
[openzfs] ${{ github.actor }} pushed ${{ github.event.commits | length }} commit${{ github.event.commits | length != 1 && 's' || '' }} to ${{ github.ref_name }}
${{ github.event.compare }}
${{ join(github.event.commits.*.message, '\n') }}
${{ github.event.commits | length > 8 && '...and more!' || '' }}