Skip to content

Commit

Permalink
Fix git user for docs commits
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 authored Apr 25, 2024
1 parent dd3b723 commit 2946b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ runs:
- name: Commit and push documentation to website repository
run: |
cd website-repo
git config user.name "coredb-service-user"
git config user.email "admin@github.com"
git config --global user.name "coredb-service-user"
git config --global user.email "admin+github@coredb.io"
git fetch origin ${{ inputs.website_branch }} && git checkout ${{ inputs.website_branch }} || git checkout -b ${{ inputs.website_branch }}
cd ..
cp tembo-repo/command-reference.md website-repo/src/content/docs/development/cli/
Expand Down

0 comments on commit 2946b41

Please sign in to comment.