We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b5d2b commit 216bd81Copy full SHA for 216bd81
1 file changed
.github/workflows/build-docs.yaml
@@ -17,8 +17,8 @@ jobs:
17
- name: Commit and push docs
18
working-directory: ./
19
run: |
20
- git config --global user.email "wiley@nurigo.net"
21
- git config --global user.name "Github Actions"
+ git config --global user.email "solapi-robot@solapi.com"
+ git config --global user.name "SOLAPI Robot"
22
git add ./docs
23
git commit -m "Update SDK API References"
24
git push
0 commit comments