Add missing git config to generate-docs action

This commit is contained in:
Jon Siwek 2020-09-01 21:52:39 -07:00
parent e67dae182d
commit bcebb80ca6

View file

@ -24,6 +24,8 @@ jobs:
- name: Update zeek-docs Submodule
run: |
echo "*** Update zeek/doc Submodule ***"
git config --global user.name zeek-bot
git config --global user.email info@zeek.org
git remote add auth "https://zeek-bot:${{ secrets.ZEEK_BOT_TOKEN }}@github.com/zeek/zeek"
git add doc
git status