summaryrefslogtreecommitdiff
path: root/.github/workflows/recompile-requirements.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/recompile-requirements.yml')
-rw-r--r--.github/workflows/recompile-requirements.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/recompile-requirements.yml b/.github/workflows/recompile-requirements.yml
index 68a0d588f..00d088da8 100644
--- a/.github/workflows/recompile-requirements.yml
+++ b/.github/workflows/recompile-requirements.yml
@@ -77,16 +77,16 @@ jobs:
uses: Gottox/irc-message-action@v1
if: "needs.update.result == 'success'"
with:
- server: chat.freenode.net
- channel: '#qutebrowser-dev'
+ server: irc.libera.chat
+ channel: '#qutebrowser-bots'
nickname: qutebrowser-bot
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.update.result != 'success'"
with:
- server: chat.freenode.net
- channel: '#qutebrowser-dev'
+ server: irc.libera.chat
+ channel: '#qutebrowser-bots'
nickname: qutebrowser-bot
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 }}"