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 70f46b4 commit 4964b72Copy full SHA for 4964b72
.github/workflows/build_reusable.yml
@@ -133,6 +133,11 @@ jobs:
133
# clean up any previous artifacts to avoid hitting disk space limits
134
- run: git clean -xdf && rm -rf /tmp/next-repo-*; rm -rf /tmp/next-install-* /tmp/yarn-* /tmp/ncc-cache target
135
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
+
141
- run: cargo clean
142
if: ${{ inputs.skipNativeBuild != 'yes' || inputs.needsNextest == 'yes' || inputs.needsRust == 'yes' }}
143
0 commit comments