Skip to content

Commit number six

Commit number six #60

Workflow file for this run

name: Notify IRC on Push
on:
push:
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify IRC
uses: openzfsonwindows/notify-irc@master
with:
channel: "#OpenZFS-Windows"
server: "irc.libera.chat"
nickname: "zfs-consus"
eventpath: ${{ github.event_path }}