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

@ -37,6 +37,11 @@ jobs:
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: |
git fetch --all --prune