]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: dummy git configuration for rebase
authorPhilippe Antoine <contact@catenacyber.fr>
Fri, 27 Aug 2021 15:36:50 +0000 (17:36 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 6 Sep 2021 09:49:00 +0000 (11:49 +0200)
(cherry picked from commit 7fa3e8df615215a1628fc1e37f4913d93ced3a92)

.github/workflows/builds.yml

index 6b3fb44c2cc78bbc1439cc785cbdae5770d3edaf..0da4cec31f7e57892b76d999b4d09219bf48438d 100644 (file)
@@ -99,6 +99,8 @@ jobs:
               cd suricata-verify
               git fetch origin pull/${sv_pr}/head:prep
               git checkout prep
+              git config --global user.email you@example.com
+              git config --global user.name You
               git rebase ${DEFAULT_SV_BRANCH}
               cd ..
           fi