Skip to content

Commit bf9bc77

Browse files
committed
fix: use "nobody@localhost" for brew instead
Signed-off-by: zyfy29 <wasuremono127@gmail.com>
1 parent 9798bcc commit bf9bc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ jobs:
471471
# QEMU 9.1.0 seems to break on GitHub runners, both on Monterey and Ventura
472472
# We revert back to 8.2.1, which seems to work fine
473473
git config --global user.name "GitHub Actions Bot"
474-
git config --global user.email "action@github.com"
474+
git config --global user.email "nobody@localhost"
475475
./hack/brew-install-version.sh qemu 8.2.1
476476
- name: Test
477477
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2

0 commit comments

Comments
 (0)