Skip to content

Commit

Permalink
add git name
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Feb 14, 2024
1 parent 5f2665b commit 8d29af8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y build-essential hugo

- name: Configure git
run: |
git config --global user.email "[email protected]"
git config --global user.name "ODA Bot"
- name: Compile all
run: make -B

0 comments on commit 8d29af8

Please sign in to comment.