Skip to content

The journey continues #72

The journey continues

The journey continues #72

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"
ansicolor: true

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

View workflow run for this annotation

GitHub Actions / .github/workflows/notify-irc.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
eventpath: ${{ github.event_path }}