commit 6260f5b44fb03090e426563d5e79bbcfb8d76cfe parent e0b136656d75e910d271f7adfe436b5e83146033 Author: falkTX <falktx@falktx.com> Date: Mon, 4 Oct 2021 22:27:39 +0100 Let IRC know of the commit message Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
M | .github/workflows/irc.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/irc.yml b/.github/workflows/irc.yml @@ -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 }}