summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-06 20:17:04 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-06 20:17:04 +0200
commite579708549ab1e3dd658eb2491c05dff098f0de1 (patch)
tree3fccdce5c37ddb239ba66beccee22e5a15cbd5db
parent977ec3eebb12cea7f0b533eb99ea457625947b0c (diff)
downloadqutebrowser-e579708549ab1e3dd658eb2491c05dff098f0de1.tar.gz
qutebrowser-e579708549ab1e3dd658eb2491c05dff098f0de1.zip
ci: Fix IRC colors
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 77d0baf2a..7a651f1c3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -205,8 +205,7 @@ jobs:
server: chat.freenode.net
channel: '#qutebrowser-dev'
nickname: qutebrowser-bot
- message: |-
- [${{ github.workflow }}] Success: ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}
+ message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}"
- name: Send non-success IRC notification
uses: Gottox/irc-message-action@v1
if: "needs.linters.result != 'success' || needs.tests.result != 'success' || needs.tests-docker.result != 'success' || needs.codeql.result != 'success'"
@@ -214,6 +213,5 @@ jobs:
server: chat.freenode.net
channel: '#qutebrowser-dev'
nickname: qutebrowser-bot
- message: |-
- [${{ 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 }}
+ message: "[${{ github.workflow }}] \u00034FAIL:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}\n
+ linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}"