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 9df2cfb commit daa25deCopy full SHA for daa25de
.github/workflows/godel_build.yml
@@ -4,13 +4,19 @@ on:
4
push:
5
branches: [ main, lhk_dev ]
6
pull_request:
7
- branches: [ main, lhk_dev ]
+ branches: [ main ]
8
9
jobs:
10
linux-x86_64-build:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
+ with:
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)"
20
- name: Build
21
run: |
22
cd godel-script
0 commit comments