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 276d7d4 commit 7d5bf95Copy full SHA for 7d5bf95
.github/workflows/pi_build.yml
@@ -78,6 +78,10 @@ jobs:
78
cd ${{ github.workspace }}/submodules/parent-images
79
git checkout ${{ github.event.pull_request.head.ref }}
80
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
85
cd ${{ github.workspace }}
86
git checkout -b ${{ github.event.pull_request.head.ref }}
87
git add submodules
0 commit comments