We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25b67c commit 2454766Copy full SHA for 2454766
.github/workflows/build.yml
@@ -240,6 +240,8 @@ jobs:
240
- run: dotnet tool update -g docfx
241
- run: docfx ./docfx/docfx.json
242
- run: |
243
+ git config --global user.email "action@github.com"
244
+ git config --global user.name "GitHub Action"
245
git add -- ./docs
246
git commit -m'updated docs:${{ env.assembly-version }}' -- ./docs
247
- name: Upload artifact
0 commit comments