Skip to content

Commit a4e8c97

Browse files
committed
Clarify reason for configuring a CI git user
1 parent c03b4d9 commit a4e8c97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_reusable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ jobs:
133133
# clean up any previous artifacts to avoid hitting disk space limits
134134
- run: git clean -xdf && rm -rf /tmp/next-repo-*; rm -rf /tmp/next-install-* /tmp/yarn-* /tmp/ncc-cache target
135135

136-
- name: Set CI git user for CNA
136+
# Configure a git user so that Create Next App can initialize git repos during integration tests.
137+
- name: Set CI git user
137138
run: |
138139
git config --global user.name "vercel-ci-bot"
139140
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)