Skip to content

Commit

Permalink
Update workflow: Switch IRC channel
Browse files Browse the repository at this point in the history
from miraheze/.github (miraheze/.github@29daf0a)
  • Loading branch information
Universal-Omega committed May 6, 2024
1 parent 1221e1b commit da06338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mediawiki-tests.yml
Expand Up @@ -45,7 +45,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.
Expand All @@ -56,7 +56,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.
Expand Down

0 comments on commit da06338

Please sign in to comment.