From c562720c5e27c40e65edc8b6a75bfad2869f1a8f Mon Sep 17 00:00:00 2001 From: Meet Vasani Date: Sat, 2 Mar 2024 23:01:49 +0530 Subject: [PATCH] chore: add git user --- .github/workflows/gh-pages.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 8d5f487..869af78 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -33,8 +33,10 @@ jobs: cp /tmp/$TAG_NAME.md docs/ - name: Update the branch run: | + git config --global user.name "github-actions[bot]" + git config --global user.email "<41898282+github-actions[bot]@users.noreply.github.com>" git add . - git commit -m "docs: update gh-pages" --author "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" + git commit -m "docs: update gh-pages" git push