commit 87c2461d5b4ba1f77ac9b5db461b070793d4ba7d parent 97068d3014545c48fd02d2585515b964963d9ae3 Author: falkTX <falktx@falktx.com> Date: Mon, 4 Oct 2021 22:19:29 +0100 Test IRC notifications Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
A | .github/workflows/irc.yml | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/irc.yml b/.github/workflows/irc.yml @@ -0,0 +1,14 @@ +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.ref }} ${{ github.event.compare }}