From 127b8b75b7dbc45ebac80d84570d4cee22b58378 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Thu, 4 Sep 2025 07:28:52 +0900 Subject: [PATCH] Use head commit in docs workflow PR body --- .github/workflows/update-docs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 2def4f03e..327209110 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -55,6 +55,10 @@ jobs: with: commit-message: "Update all translated document pages" title: "Update all translated document pages" - body: "Automated update of translated documentation" + body: | + Automated update of translated documentation. + + Triggered by commit: [${{ github.event.head_commit.id }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.event.head_commit.id }}). + Message: `${{ github.event.head_commit.message }}` branch: update-translated-docs-${{ github.run_id }} delete-branch: true