Skip to content

Commit

Permalink
update git env in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ValKmjolnir committed Jun 24, 2024
1 parent 9df2cfb commit daa25de
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/godel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ on:
push:
branches: [ main, lhk_dev ]
pull_request:
branches: [ main, lhk_dev ]
branches: [ main ]

jobs:
linux-x86_64-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Update Git Env
run: |
git config user.name "$(git log -n 1 --pretty=format:%an)"
git config user.email "$(git log -n 1 --pretty=format:%ae)"
- name: Build
run: |
cd godel-script
Expand Down

0 comments on commit daa25de

Please sign in to comment.