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 }}