|
|
@@ -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 }} |