CI: shorten the notification stanzas
This commit is contained in:
parent
14dcbb94a3
commit
7a0e91f076
5
.github/workflows/ci-neon.yml
vendored
5
.github/workflows/ci-neon.yml
vendored
@ -82,17 +82,14 @@ jobs:
|
|||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
with:
|
with:
|
||||||
server: chat.freenode.net
|
|
||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
nickname: gh-notify
|
|
||||||
message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}"
|
message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.message }}"
|
||||||
- name: "notify: fail"
|
- name: "notify: fail"
|
||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
with:
|
with:
|
||||||
server: chat.freenode.net
|
|
||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
nickname: gh-notify
|
|
||||||
message: |
|
message: |
|
||||||
${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}
|
${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}
|
||||||
.. DIFF ${{ github.event.compare }}
|
.. DIFF ${{ github.event.compare }}
|
||||||
|
# END
|
||||||
|
Loading…
Reference in New Issue
Block a user