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 b84c489 commit 78d416f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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: "#IRC4Fun"
server: "irc.irc4fun.net"
nickname: "GitHub"
sasl_password: ${{ secrets.SASLPASS }}
ansicolor: "false"
eventpath: ${{ github.event_path }}
eventpath: ${{ github.event_path }}

0 comments on commit 78d416f

Please sign in to comment.