Browse Source

Try again

Signed-off-by: falkTX <falktx@falktx.com>
pull/338/head
falkTX 3 years ago
parent
commit
d4ecaab1d2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      .github/workflows/irc.yml

+ 2
- 3
.github/workflows/irc.yml View File

@@ -10,13 +10,12 @@ jobs:
- uses: jungwinter/split@v2
id: split
with:
msg: ${{ github.event.head_commit.message }}
msg: ${{ github.event.commits[0].message }}
separator: '\n'
maxsplit: 1
- name: IRC notification
uses: Gottox/irc-message-action@v2
with:
channel: '#kxstudio'
nickname: kxstudio-bot
message: |-
${{ github.actor }} pushed ${{ steps.split.outputs._0 }} ${{ github.event.compare }}
${{ github.actor }} pushed ${{ steps.split.outputs._0 }} ${{ github.event.commits[0].url }}

Loading…
Cancel
Save