Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siniStar7 committed Feb 4, 2025
1 parent 1f3d35e commit db842e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
- name: Notify IRC
uses: openzfsonwindows/notify-irc@v1
with:
channel: "#Development,#IRC4Fun"

channel: "#Development"
server: "irc.irc4fun.net"
nickname: "GitHub"
sasl_password: ${{ secrets.SASLPASS }}
ansicolor: "false"
eventpath: ${{ github.event_path }}

0 comments on commit db842e6

Please sign in to comment.