libreoffice-online/.github/workflows/notifyirc.yml
Miklos Vajna d5885181c0 notifyirc: freenode -> libera.chat
Signed-off-by: Miklos Vajna <vmiklos@collabora.com>
Change-Id: I3bc008dcd137479b57185012f74a154406264706
2021-06-14 09:10:06 +02:00

15 lines
458 B
YAML

name: "IRC Notification"
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: irc push
uses: vmiklos/notify-irc@bfd6f632b683859f6cd074e2ee9db68bef204f7d
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' && github.repository == 'CollaboraOnline/online'
with:
channel: "#cool-dev"
nickname: github-online
message: |
${{ toJson(github.event) }}