need git user

This commit is contained in:
Richard Kuo (Danswer) 2024-10-09 10:21:31 -07:00
parent af8e361fc2
commit d6b4c08d24

View File

@ -36,6 +36,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Git user
run: |
git config user.name "Richard Kuo [bot]"
git config user.email "rkuo[bot]@danswer.ai"
- name: Fetch All Branches
run: |