We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa25de commit 801a05fCopy full SHA for 801a05f
.github/workflows/godel_build.yml
@@ -15,8 +15,8 @@ jobs:
15
submodules: true
16
- name: Update Git Env
17
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)"
+ git config --global user.name "$(git log -n 1 --pretty=format:%an)"
+ git config --global user.email "$(git log -n 1 --pretty=format:%ae)"
20
- name: Build
21
22
cd godel-script
0 commit comments