Skip to content

Commit

Permalink
ci: indent lines
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Jan 25, 2024
1 parent 74f1a9a commit 51adb15
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
run: |
gh_pr_up() { gh pr create $* || gh pr edit $* }
gh_pr_up \
--base 'trunk' \
--head 'gitbook' \
--title 'chore(gitbook): Update Gitbook Docs' \
--body 'Automated PR to update gitbook docs.' \
--reviewer 'xavierchanth' \
--fill
--base 'trunk' \
--head 'gitbook' \
--reviewer 'xavierchanth' \
--fill;

0 comments on commit 51adb15

Please sign in to comment.