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 7d5bf95 commit 53718efCopy full SHA for 53718ef
.github/workflows/pi_build.yml
@@ -78,11 +78,11 @@ 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 }}
+ git config user.email "devtools@kern.ai"
+ git config user.name "GitHub Actions"
+
86
git checkout -b ${{ github.event.pull_request.head.ref }}
87
git add submodules
88
git commit -m "${{ github.event.pull_request.title }}"
0 commit comments