Browse Source

Let IRC know of the commit message

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

+ 1
- 1
.github/workflows/irc.yml View File

@@ -13,4 +13,4 @@ jobs:
channel: '#kxstudio'
nickname: kxstudio-bot
message: |-
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
${{ github.actor }} pushed ${{ github.event.head_commit.message }} ${{ github.event.compare }}

Loading…
Cancel
Save