CI: try again to avoid trailing blank lines
This commit is contained in:
parent
6743de076f
commit
fa258e3100
7
.github/workflows/ci-neon.yml
vendored
7
.github/workflows/ci-neon.yml
vendored
@ -84,8 +84,7 @@ jobs:
|
|||||||
server: chat.freenode.net
|
server: chat.freenode.net
|
||||||
nickname: cala-notify
|
nickname: cala-notify
|
||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
message: |
|
message: "${{ github.workflow }} OK ${{ github.repository }} ${{ steps.pre_build.outputs.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() && github.repository == 'calamares/calamares' }}
|
if: ${{ failure() && github.repository == 'calamares/calamares' }}
|
||||||
@ -93,6 +92,4 @@ jobs:
|
|||||||
server: chat.freenode.net
|
server: chat.freenode.net
|
||||||
nickname: cala-notify
|
nickname: cala-notify
|
||||||
channel: "#calamares"
|
channel: "#calamares"
|
||||||
message: |
|
message: "${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}\n.. DIFF ${{ github.event.compare }}"
|
||||||
${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}
|
|
||||||
.. DIFF ${{ github.event.compare }}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user