commit d4ecaab1d2473a14c981022554954ae552fcc747 parent 1c72ea096b63fe87d005fe002f3999b72fa9be4b Author: falkTX <falktx@falktx.com> Date: Mon, 4 Oct 2021 22:41:44 +0100 Try again Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
M | .github/workflows/irc.yml | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/irc.yml b/.github/workflows/irc.yml @@ -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 }}