File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
fetch-depth : 0
64
64
65
65
- name : GitHub Configuration
66
- run : git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
66
+ run : |
67
+ git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
68
+ git config --global user.email "devtools@kern.ai"
69
+ git config --global user.name "GitHub Actions"
67
70
68
71
- name : Set up Python
69
72
uses : actions/setup-python@v5
80
83
pip-compile requirements/${{ matrix.parent_image_type }}-requirements.in
81
84
82
85
cd ${{ github.workspace }}
83
- git config user.email "devtools@kern.ai"
84
- git config user.name "GitHub Actions"
85
-
86
86
git checkout -b ${{ github.event.pull_request.head.ref }}
87
87
git add submodules
88
88
git commit -m "${{ github.event.pull_request.title }}"
You can’t perform that action at this time.
0 commit comments