Skip to content

Commit 618fc4c

Browse files
authored
Update ci.yml
1 parent 6cafae5 commit 618fc4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
uses: foundry-rs/foundry-toolchain@v1
5353
with:
5454
version: nightly
55+
- name: Setup Git user
56+
run: |
57+
git config --global user.email "github-actions@example.com"
58+
git config --global user.name "GitHub Actions"
5559
- name: Run forge install
5660
run: |
5761
mkdir /tmp/install-with-template-test

0 commit comments

Comments
 (0)