├── Dockerfile ├── LICENSE ├── README.md ├── action.yml ├── entrypoint.sh ├── notify_irc.py └── requirements.txt /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectalogic/notify-irc/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectalogic/notify-irc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectalogic/notify-irc/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectalogic/notify-irc/HEAD/action.yml -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectalogic/notify-irc/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /notify_irc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectalogic/notify-irc/HEAD/notify_irc.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectalogic/notify-irc/HEAD/requirements.txt --------------------------------------------------------------------------------