From d3617f2e5361e3d45d0a9c5f637ff33c610e2933 Mon Sep 17 00:00:00 2001 From: gilesb Date: Wed, 22 Nov 2023 19:07:12 +0000 Subject: [PATCH] ... --- .github/workflows/pull-request-target.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-target.yml b/.github/workflows/pull-request-target.yml index f8babab..f12a2df 100644 --- a/.github/workflows/pull-request-target.yml +++ b/.github/workflows/pull-request-target.yml @@ -85,7 +85,7 @@ jobs: if: steps.has-changes.outputs.changes == 'true' run: | git add -A - git commit -a -m "documented" + git commit -a -m "documented ${{ github.event.head_commit.message }}" git push origin HEAD exit 1 schema: diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 72e0dbc..87cca19 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -83,7 +83,7 @@ jobs: if: steps.has-changes.outputs.changes == 'true' run: | git add -A - git commit -a -m "documented" + git commit -a -m "documented ${{ github.event.head_commit.message }}" git push origin HEAD exit 1 schema: