Skip to content

Commit

Permalink
use me as the docs commiter
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Apr 27, 2020
1 parent f70b4c1 commit 1a9a20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apidocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
bundle exec rake apidocs:gen_version
- name: Commit changes as last committer
run: |
git config --global user.name "%(git log --format="%aN" -n 1)"
git config --global user.email "%(git log --format="%aE" -n 1)"
git config --global user.name rmosolgo
git config --global user.email rdmosolgo@github.com
git status
bundle exec rake site:commit_changes
git status
Expand Down

0 comments on commit 1a9a20f

Please sign in to comment.