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 f0e1933 commit bb452d1Copy full SHA for bb452d1
.github/workflows/generate.yml
@@ -40,7 +40,9 @@ jobs:
40
cwd: './target'
41
author_name: '${{ github.actor }}'
42
author_email: '${{ github.actor }}@users.noreply.github.com'
43
- message: 'Generated by GitHub workflow ${{ github.run_id }}'
+ message: |-
44
+ Generated by GitHub workflow ${{ github.run_id }}
45
+ https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
46
branch: gh-pages
47
env:
48
GITHUB_TOKEN: ${{ secrets.VIMDOC_JP_TOKEN }}
0 commit comments