]> 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>
Wed, 1 Sep 2021 06:33:52 +0000 (08:33 +0200)
.github/workflows/builds.yml

index a624357976a1e192fd0747a4082a12e7d01d7708..6c0c7a62e62f41999a81e594b151a00eca63aa0c 100644 (file)
@@ -102,6 +102,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