From 4fdc0a5dc97edcc084a56da3ef57a25639013086 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Tue, 20 Feb 2024 14:28:49 -0500 Subject: [PATCH] set up git config in container --- .github/workflows/ant.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 17e67be..1c18827 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -15,6 +15,8 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf + git config --global user.email "github@i2p.net" + git config --global user.name "eyedeekay Github CI Build" - uses: actions/checkout@v4 - run: wsl apt-get update - run: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext @@ -75,6 +77,8 @@ jobs: run: | git config --global core.autocrlf false git config --global core.eol lf + git config --global user.email "github@i2p.net" + git config --global user.name "eyedeekay Github CI Build" - uses: actions/checkout@v4 - run: wsl apt-get update - run: wsl apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext