From 481d75c1e155f7a87e3a7aada83e80fae59113b6 Mon Sep 17 00:00:00 2001 From: Chad von Nau Date: Tue, 31 Oct 2023 01:14:24 -0400 Subject: [PATCH] ci: fix author identity unknown error Bot account details from https://github.com/actions/checkout/issues/13#issuecomment-724415212 --- .github/workflows/update-docset.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-docset.yml b/.github/workflows/update-docset.yml index 9ed7eb1..f1a9dd6 100644 --- a/.github/workflows/update-docset.yml +++ b/.github/workflows/update-docset.yml @@ -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