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.