Skip to content

Commit 0a7bb1b

Browse files
authored
Use head commit in docs workflow PR body (#1657)
1 parent f612516 commit 0a7bb1b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
with:
5656
commit-message: "Update all translated document pages"
5757
title: "Update all translated document pages"
58-
body: "Automated update of translated documentation"
58+
body: |
59+
Automated update of translated documentation.
60+
61+
Triggered by commit: [${{ github.event.head_commit.id }}](${{ github.server_url }}/${{ github.repository }}/commit/${{ github.event.head_commit.id }}).
62+
Message: `${{ github.event.head_commit.message }}`
5963
branch: update-translated-docs-${{ github.run_id }}
6064
delete-branch: true

0 commit comments

Comments
 (0)