Skip to content

Commit 801a05f

Browse files
committed
adjust workflow
1 parent daa25de commit 801a05f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/godel_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
submodules: true
1616
- name: Update Git Env
1717
run: |
18-
git config user.name "$(git log -n 1 --pretty=format:%an)"
19-
git config user.email "$(git log -n 1 --pretty=format:%ae)"
18+
git config --global user.name "$(git log -n 1 --pretty=format:%an)"
19+
git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
2020
- name: Build
2121
run: |
2222
cd godel-script

0 commit comments

Comments
 (0)