From f0e83a2165d3b27092299aaa3dfdc58eafed8196 Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Thu, 27 May 2021 10:54:38 +1000 Subject: [PATCH] Tweak commit messages on gh-pages branch --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7306f84a715..4ce81b9dcae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,10 @@ jobs: keep_files: true user_name: 'William King Noel Bot' user_email: 'adrestia@iohk.io' - full_commit_message: ${{ steps.build.outputs.commit_message }} + full_commit_message: | + docs: ${{ github.event.head_commit.message }} + + Source commit: ${{ github.sha }} bump_sh: if: startsWith(github.ref, 'refs/tags/v')