From 9c7e256d11af1cc1bbb00b031344a11a0f13537f Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 21:30:24 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eaabd456..2ccc5a9d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,3 +44,10 @@ jobs: sudo -u netdisco /home/netdisco/bin/localenv perl ./Build.PL sudo -u netdisco /home/netdisco/bin/localenv ./Build test --test_files xt/ working-directory: /github/workspace/netdisco/netdisco + - name: IRC notification + uses: Gottox/irc-message-action@v2 + with: + channel: '#netdisco' + nickname: netdisco-automation + message: |- + ${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}