mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-29 17:20:44 +02:00
need git user
This commit is contained in:
@ -37,6 +37,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- name: Fetch All Branches
|
||||||
run: |
|
run: |
|
||||||
git fetch --all --prune
|
git fetch --all --prune
|
||||||
|
Reference in New Issue
Block a user