From 9f5c8ed81a0fa7989a2a05470a6215970232ff3d Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 5 Oct 2021 11:19:17 +0100 Subject: [PATCH] Update DPF Signed-off-by: falkTX --- .github/workflows/irc.yml | 20 ++++++++++++++++++++ dpf | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/irc.yml diff --git a/.github/workflows/irc.yml b/.github/workflows/irc.yml new file mode 100644 index 0000000..539fa1d --- /dev/null +++ b/.github/workflows/irc.yml @@ -0,0 +1,20 @@ +name: irc + +on: [push] + +jobs: + notification: + runs-on: ubuntu-latest + name: IRC notification + steps: + - name: Format message + id: message + run: | + message="${{ github.actor }} pushed $(echo '${{ github.event.commits[0].message }}' | head -n 1) ${{ github.event.commits[0].url }}" + echo ::set-output name=message::"${message}" + - name: IRC notification + uses: Gottox/irc-message-action@v2 + with: + channel: '#kxstudio' + nickname: kxstudio-bot + message: ${{ steps.message.outputs.message }} diff --git a/dpf b/dpf index 7069b02..ab236b8 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit 7069b02cddb7f82c152629d2f406ad9b2d95ce10 +Subproject commit ab236b8d7aa345345376265388e127f8e8febcf0