Skip to content

Commit 4964b72

Browse files
committed
Set CI git user for CNA
1 parent 70f46b4 commit 4964b72

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_reusable.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ 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
137+
run: |
138+
git config --global user.name "vercel-ci-bot"
139+
git config --global user.email "infra+ci@vercel.com"
140+
136141
- run: cargo clean
137142
if: ${{ inputs.skipNativeBuild != 'yes' || inputs.needsNextest == 'yes' || inputs.needsRust == 'yes' }}
138143

0 commit comments

Comments
 (0)