Skip to content

Commit

Permalink
ci: add Setup Git step
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored May 20, 2020
1 parent ebed381 commit 75d46c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
with:
hugo-version: "latest"
extended: true

- name: Setup Git
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Create a new Hugo project
run: |
cd ${HOME}
Expand Down

0 comments on commit 75d46c1

Please sign in to comment.