docs: build commit message fix
authorMichael Wallner <mike@php.net>
Wed, 14 Oct 2020 16:54:59 +0000 (18:54 +0200)
committerMichael Wallner <mike@php.net>
Fri, 16 Oct 2020 14:28:18 +0000 (16:28 +0200)
.github/workflows/docs-publish-pages.yml

index d058ae5fcee313f0f17a60d36a54a2f8502caf64..52231b73bea265e0bd066939124877a20f845c85 100644 (file)
@@ -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 }}