We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f612516 commit 0a7bb1bCopy full SHA for 0a7bb1b
.github/workflows/update-docs.yml
@@ -55,6 +55,10 @@ jobs:
55
with:
56
commit-message: "Update all translated document pages"
57
title: "Update all translated document pages"
58
- body: "Automated update of translated documentation"
+ 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 }}`
63
branch: update-translated-docs-${{ github.run_id }}
64
delete-branch: true
0 commit comments