Skip to content

Merge branch '86Box:master' into pcbox #35

Merge branch '86Box:master' into pcbox

Merge branch '86Box:master' into pcbox #35

name: "Push Notification"
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: irc push
uses: rectalogic/notify-irc@v1
with:
channel: "#pcbox"
server: "irc.libera.chat"
nickname: pcbox-github
message: |
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
${{ join(github.event.commits.*.message) }}