From 068e16b54cf49207068b9be0e9d4ad8bdc91ebfb Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Mon, 6 May 2024 09:44:58 -0600 Subject: [PATCH] Switch IRC channel --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 60c54b5..4513857 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -37,7 +37,7 @@ jobs: - uses: rectalogic/notify-irc@v2 if: env.WORKFLOW_CONCLUSION == 'success' with: - channel: "#miraheze-sre" + channel: "#miraheze-tech-ops" server: "irc.libera.chat" nickname: miraheze-github message: ${{ github.repository }} - ${{ github.actor }} the build passed. @@ -48,7 +48,7 @@ jobs: - uses: rectalogic/notify-irc@v2 if: env.WORKFLOW_CONCLUSION == 'failure' with: - channel: "#miraheze-sre" + channel: "#miraheze-tech-ops" server: "irc.libera.chat" nickname: miraheze-github message: ${{ github.repository }} - ${{ github.actor }} the build has errored.