From d6b4c08d242025a01fd9255147dc82d9734ca61d Mon Sep 17 00:00:00 2001 From: "Richard Kuo (Danswer)" Date: Wed, 9 Oct 2024 10:21:31 -0700 Subject: [PATCH] need git user --- .github/workflows/hotfix-release-branches.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/hotfix-release-branches.yml b/.github/workflows/hotfix-release-branches.yml index ee54127f0..7932aa3ca 100644 --- a/.github/workflows/hotfix-release-branches.yml +++ b/.github/workflows/hotfix-release-branches.yml @@ -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: |