Skip to content

Commit

Permalink
Clarify reason for configuring a CI git user
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Apr 26, 2024
1 parent 2ffbed1 commit a6e09b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ jobs:
# clean up any previous artifacts to avoid hitting disk space limits
- run: git clean -xdf && rm -rf /tmp/next-repo-*; rm -rf /tmp/next-install-* /tmp/yarn-* /tmp/ncc-cache target

- name: Set CI git user for CNA
# Configure a git user so that Create Next App can initialize git repos during integration tests.
- name: Set CI git user
run: |
git config --global user.name "vercel-ci-bot"
git config --global user.email "infra+ci@vercel.com"
Expand Down

0 comments on commit a6e09b6

Please # to comment.