We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f38cd commit 481d75cCopy full SHA for 481d75c
.github/workflows/update-docset.yml
@@ -43,6 +43,8 @@ jobs:
43
- name: Commit changes
44
run: |
45
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"
48
git add --all .
49
git commit -m "Update TLDR pages docset to $new_version"
50
git push
0 commit comments