Browse Source

Say hello to IRC :)

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.1
falkTX 3 years ago
parent
commit
a17e9b6152
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      .github/workflows/irc.yml

+ 16
- 0
.github/workflows/irc.yml View File

@@ -0,0 +1,16 @@
name: irc

on: [push]

jobs:
notification:
runs-on: ubuntu-latest
name: IRC notification
steps:
- name: IRC notification
uses: Gottox/irc-message-action@v2
with:
channel: '#kxstudio'
nickname: kxstudio-bot
message: |-
${{ github.actor }} pushed ${{ github.event.head_commit.message }} ${{ github.event.compare }}

Loading…
Cancel
Save