Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
huyu335 committed Aug 28, 2024
1 parent 79ec261 commit 5dd8f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitbook-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Meta Yaml to MD
# Controls when the workflow will run
on:
push:
branches: [main]
branches: [main, hotfix/git-commit-race-condition]
merge_group:
types: [checks_requested]
branches: [main]
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
with:
default_author: github_actions
message: "add doc for ${{ matrix.tags }}"
pull: '--rebase'
pull: "--rebase"
cwd: "./"
- uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 5dd8f45

Please sign in to comment.