Skip to content

Commit 2454766

Browse files
committed
added global git user for commit in actiopn
1 parent b25b67c commit 2454766

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ jobs:
240240
- run: dotnet tool update -g docfx
241241
- run: docfx ./docfx/docfx.json
242242
- run: |
243+
git config --global user.email "action@github.com"
244+
git config --global user.name "GitHub Action"
243245
git add -- ./docs
244246
git commit -m'updated docs:${{ env.assembly-version }}' -- ./docs
245247
- name: Upload artifact

0 commit comments

Comments
 (0)