mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-28 00:40:58 +02:00
need git user
This commit is contained in:
parent
af8e361fc2
commit
d6b4c08d24
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user