Skip to content

Commit

Permalink
chore(preview_build): "Author: github-actions[bot]" で gh-pages にコミット
Browse files Browse the repository at this point in the history
既定では peaceiris/actions-gh-pages は Action のトリガーになったユーザー
を用いてコミットを作成して gh-pages に push する。しかしこれだと PR の
中で試行錯誤をした分だけユーザーの GitHub Contributions のカウントが増
えてしまって不本意なことになる。ユーザー "github-actions[bot]" で
gh-pages にコミットするべし。
  • Loading branch information
akinomyoga committed Jan 14, 2025
1 parent f8a10e3 commit a64d2ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site_generator/cpprefjp/gh-pages
user_name: 'github-actions[bot]'
user_email: '41898282+github-actions[bot]@users.noreply.github.com'

# Note: 以下のコミットメッセージは .github/workflows/preview_clear.yml
# で削除対象のコミットの特定に用いるので、変更する場合は preview_clear
Expand Down

0 comments on commit a64d2ec

Please sign in to comment.