summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-06 15:48:58 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-06 15:48:58 +0200
commitf3234f3f2f2983110022d22ead5bdb6833874ff9 (patch)
treeadd9a667729ebe7ee8cad6de792d2f0873f78f9f
parentffb34c3034ad34b1a93adff1de6f569297334312 (diff)
downloadqutebrowser-f3234f3f2f2983110022d22ead5bdb6833874ff9.tar.gz
qutebrowser-f3234f3f2f2983110022d22ead5bdb6833874ff9.zip
ci: Try colored IRC text again
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 77d0baf2a..8966d620d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -206,7 +206,7 @@ jobs:
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 }}
+ \u00033[${{ github.workflow }}] Success: ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}\u0003
- 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'"
@@ -215,5 +215,5 @@ jobs:
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 }}
+ \u00034[${{ github.workflow }}] FAIL: ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}\u0003
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}