Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Feb 14, 2024
1 parent d5b7583 commit 8ed3d55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
ref: bagatur/api_docs_build

- name: Set Git config
run: |
git config --local user.email "[email protected]"
git config --local user.name "Github Actions"
- name: Merge master
run: |
git fetch origin master
Expand Down

0 comments on commit 8ed3d55

Please sign in to comment.