Skip to content

Commit

Permalink
ci: fix author identity unknown error
Browse files Browse the repository at this point in the history
Bot account details from actions/checkout#13 (comment)
  • Loading branch information
cvn committed Oct 31, 2023
1 parent 77f38cd commit 481d75c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-docset.yml
Expand Up @@ -43,6 +43,8 @@ jobs:
- name: Commit changes
run: |
cd Dash-User-Contributions
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add --all .
git commit -m "Update TLDR pages docset to $new_version"
git push

0 comments on commit 481d75c

Please sign in to comment.