Skip to content

Commit 53718ef

Browse files
committed
perf: update git config
1 parent 7d5bf95 commit 53718ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pi_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ 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"
8481
8582
cd ${{ github.workspace }}
83+
git config user.email "devtools@kern.ai"
84+
git config user.name "GitHub Actions"
85+
8686
git checkout -b ${{ github.event.pull_request.head.ref }}
8787
git add submodules
8888
git commit -m "${{ github.event.pull_request.title }}"

0 commit comments

Comments
 (0)