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