ci: Remove colors from IRC output

Doesn't seem to work like this...
This commit is contained in:
Florian Bruhin 2020-07-06 13:54:53 +02:00
parent 7e80a14f45
commit 70806b303c
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ jobs:
channel: '#qutebrowser-dev'
nickname: qutebrowser-bot
message: |-
\0033[${{ github.workflow }}] Success: ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}\003
[${{ github.workflow }}] Success: ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}
- name: Send non-success IRC notification
uses: Gottox/irc-message-action@v1
@ -209,5 +209,5 @@ jobs:
channel: '#qutebrowser-dev'
nickname: qutebrowser-bot
message: |-
\0034[${{ github.workflow }}] ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}\003
[${{ github.workflow }}] FAIL: ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}