CI: try IRC notifications
This commit is contained in:
parent
b85e5b52c2
commit
88128e91fe
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -85,3 +85,12 @@ jobs:
|
|||||||
working-directory: ${{ env.BUILDDIR }}
|
working-directory: ${{ env.BUILDDIR }}
|
||||||
run: |
|
run: |
|
||||||
make install VERBOSE=1
|
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…
Reference in New Issue
Block a user