Skip to content

Update irc.yml

Update irc.yml #3

Workflow file for this run

name: "Push Notification"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: irc push
uses: rectalogic/notify-irc@v1
if: github.event_name == 'push'
with:
channel: "#glhelp"
server: "irc.choopa.net"
nickname: shithub
message: |-
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
commit: ${{ join(github.event.commits.*.message, ', ') }}