Skip to content

Commit 7d5bf95

Browse files
committed
fix: add git config
1 parent 276d7d4 commit 7d5bf95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pi_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
cd ${{ github.workspace }}/submodules/parent-images
7979
git checkout ${{ github.event.pull_request.head.ref }}
8080
pip-compile requirements/${{ matrix.parent_image_type }}-requirements.in
81+
82+
git config --global user.email "devtools@kern.ai"
83+
git config --global user.name "GitHub Actions"
84+
8185
cd ${{ github.workspace }}
8286
git checkout -b ${{ github.event.pull_request.head.ref }}
8387
git add submodules

0 commit comments

Comments
 (0)