Skip to content

Commit

Permalink
ci: dummy git configuration for rebase
Browse files Browse the repository at this point in the history
(cherry picked from commit 7fa3e8d)
  • Loading branch information
catenacyber authored and victorjulien committed Sep 6, 2021
1 parent 11e374c commit 73ba443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
cd suricata-verify
git fetch origin pull/${sv_pr}/head:prep
git checkout prep
git config --global user.email [email protected]
git config --global user.name You
git rebase ${DEFAULT_SV_BRANCH}
cd ..
fi
Expand Down

0 comments on commit 73ba443

Please sign in to comment.