From: Michael Wallner Date: Wed, 14 Oct 2020 16:54:59 +0000 (+0200) Subject: docs: build commit message fix X-Git-Tag: 1.1.0-beta1~208 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=798069f2f00404da14fe0250040acf13c48bd7ed;p=awesomized%2Flibmemcached docs: build commit message fix --- diff --git a/.github/workflows/docs-publish-pages.yml b/.github/workflows/docs-publish-pages.yml index d058ae5f..52231b73 100644 --- a/.github/workflows/docs-publish-pages.yml +++ b/.github/workflows/docs-publish-pages.yml @@ -33,9 +33,3 @@ jobs: keep_history: true allow_empty_commit: false build_dir: build/docs/html - commit_message: | - ${{ github.event.push.pusher }} pushed the following commits:\ - \ - ${{ join(github.event.push.commits.*.message, '\n\n') }}\ - \ - ${{ github.event.push.compare }}