From 88128e91fe9b941f2af8b59e123b44e7ea15e927 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 28 Jan 2021 14:11:21 +0100 Subject: [PATCH] CI: try IRC notifications --- .github/workflows/ci.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c05f063f9..7b0c35b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,15 +27,15 @@ jobs: image: docker://kdeneon/plasma:user options: --tmpfs /build:rw --user 0:0 steps: - - + - name: prepare env run: | sudo apt-get update sudo apt-get -y install git-core - - + - name: checkout uses: actions/checkout@v2 - - + - name: install dependencies run: | sudo apt-get -y install \ @@ -80,8 +80,17 @@ jobs: name: make working-directory: ${{ env.BUILDDIR }} run: make -j2 VERBOSE=1 - - + - name: install working-directory: ${{ env.BUILDDIR }} run: | - make install VERBOSE=1 \ No newline at end of file + make install VERBOSE=1 + - + name: notify + uses: rectalogic/notify-irc@v1 + with: + server: char.freenode.net + channel: #calamares + nickname: ircalamares + message: | + ${{ github.actor }} pushed ${{ github.event.ref }} CI ${{ steps.install.conclusion }}