Skip to content

Commit bb452d1

Browse files
committed
ci: commit message update
1 parent f0e1933 commit bb452d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
cwd: './target'
4141
author_name: '${{ github.actor }}'
4242
author_email: '${{ github.actor }}@users.noreply.github.com'
43-
message: 'Generated by GitHub workflow ${{ github.run_id }}'
43+
message: |-
44+
Generated by GitHub workflow ${{ github.run_id }}
45+
https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
4446
branch: gh-pages
4547
env:
4648
GITHUB_TOKEN: ${{ secrets.VIMDOC_JP_TOKEN }}

0 commit comments

Comments
 (0)