CI: try IRC notifications

main
Adriaan de Groot 5 years ago
parent b85e5b52c2
commit 88128e91fe

@ -85,3 +85,12 @@ jobs:
working-directory: ${{ env.BUILDDIR }}
run: |
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 }}

Loading…
Cancel
Save