generated from cstate/example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,51 @@ | ||
name: Notify IRC Notifico | ||
uses: openzfsonwindows/notify-irc@v1 | ||
uses: openzfsonwindows/notify-irc@v1 | ||
inputs: | ||
server: | ||
description: 'IRC server' | ||
default: 'irc.irc4fun.net' | ||
required: true | ||
port: | ||
description: 'IRC server port' | ||
default: 6697 | ||
required: true | ||
password: | ||
description: 'IRC server password' | ||
required: false | ||
channel: #IRC4Fun,#Development | ||
description: 'IRC channel to message' | ||
required: true | ||
channel_key: | ||
description: 'IRC channel password' | ||
required: false | ||
nickname: GitHub | ||
description: 'IRC user nickname' | ||
required: true | ||
sasl_password: | ||
description: 'IRC user SASL password' | ||
required: false | ||
eventpath: | ||
description: 'path to EVENT_FILE' | ||
required: true | ||
notice: | ||
description: 'Use NOTICE instead of PRIVMSG' | ||
default: false | ||
required: false | ||
tls: | ||
description: 'Connect to server using TLS' | ||
default: true | ||
required: false | ||
verbose: | ||
description: 'Enable verbose logging' | ||
default: false | ||
required: false | ||
ansicolor: | ||
description: 'Enable ansi color text' | ||
default: false | ||
required: false | ||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' | ||
branding: | ||
icon: 'message-square' | ||
color: 'yellow' |