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 c03b4d9 commit a4e8c97Copy full SHA for a4e8c97
.github/workflows/build_reusable.yml
@@ -133,7 +133,8 @@ 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
+ # Configure a git user so that Create Next App can initialize git repos during integration tests.
137
+ - name: Set CI git user
138
run: |
139
git config --global user.name "vercel-ci-bot"
140
git config --global user.email "[email protected]"
0 commit comments