Skip to content

Commit 481d75c

Browse files
committedOct 31, 2023
ci: fix author identity unknown error
Bot account details from actions/checkout#13 (comment)
1 parent 77f38cd commit 481d75c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/update-docset.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Commit changes
4444
run: |
4545
cd Dash-User-Contributions
46+
git config user.name "github-actions[bot]"
47+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4648
git add --all .
4749
git commit -m "Update TLDR pages docset to $new_version"
4850
git push

0 commit comments

Comments
 (0)
Failed to load comments.