summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-13 22:28:13 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-13 22:28:13 +0200
commit42eebc07763e13b73d133b76327d72e230bfbc28 (patch)
tree6bfe8c0eeebed53c2be1cf5a12b35c8631dd10c8 /.github
parentf82c8cb5fe20c31e43ba0973442d4d19b45f217e (diff)
downloadqutebrowser-42eebc07763e13b73d133b76327d72e230bfbc28.tar.gz
qutebrowser-42eebc07763e13b73d133b76327d72e230bfbc28.zip
ci: Simplify IRC notification text
Diffstat (limited to '.github')
-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 5a1f1f7fd..a4dccca92 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -207,7 +207,7 @@ jobs:
server: chat.freenode.net
channel: '#qutebrowser-dev'
nickname: qutebrowser-bot
- message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ 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 }} (@${{ 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'"
@@ -215,5 +215,5 @@ jobs:
server: chat.freenode.net
channel: '#qutebrowser-dev'
nickname: qutebrowser-bot
- message: "[${{ github.workflow }}] \u00034FAIL:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} triggered by ${{ github.actor }}\n
+ message: "[${{ github.workflow }}] \u00034FAIL:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})\n
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}"