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
|
||||
nickname: cala-notify
|
||||
channel: "#calamares"
|
||||
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"
|
||||
uses: rectalogic/notify-irc@v1
|
||||
if: ${{ failure() && github.repository == 'calamares/calamares' }}
|
||||
@ -93,6 +92,4 @@ jobs:
|
||||
server: chat.freenode.net
|
||||
nickname: cala-notify
|
||||
channel: "#calamares"
|
||||
message: |
|
||||
${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}
|
||||
.. DIFF ${{ github.event.compare }}
|
||||
message: "${{ github.workflow }} FAIL ${{ github.repository }} ${{ steps.pre_build.outputs.message }}\n.. DIFF ${{ github.event.compare }}"
|
||||
|
Loading…
Reference in New Issue
Block a user