CI: update Debian-build notifications, too
This commit is contained in:
parent
455cc29bc3
commit
81e5bf4e6e
9
.github/workflows/ci-debian.yml
vendored
9
.github/workflows/ci-debian.yml
vendored
@ -74,14 +74,15 @@ jobs:
|
||||
uses: rectalogic/notify-irc@v1
|
||||
if: ${{ success() && github.repository == 'calamares/calamares' }}
|
||||
with:
|
||||
server: chat.freenode.net
|
||||
nickname: cala-notify
|
||||
channel: "#calamares"
|
||||
message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}"
|
||||
- name: "notify: fail"
|
||||
uses: rectalogic/notify-irc@v1
|
||||
if: ${{ failure() && github.repository == 'calamares/calamares' }}
|
||||
with:
|
||||
server: chat.freenode.net
|
||||
nickname: cala-notify
|
||||
channel: "#calamares"
|
||||
message: |
|
||||
${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}
|
||||
.. DIFF ${{ github.event.compare }}
|
||||
# END
|
||||
message: "${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}\n.. DIFF ${{ github.event.compare }}"
|
||||
|
Loading…
Reference in New Issue
Block a user