Skip to content

Commit

Permalink
ci: fixed error for create pull requests with CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Dec 7, 2023
1 parent dfaa407 commit cc90488
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
- name: Create Pull Request
run: |
gh pr create --title "${message}" --body ""
gh pr create --title "build(deps): bump all dependencies and devDependencies version" --body ""
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/generate-locale-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
- name: Create Pull Request
run: |
gh pr create --title "${message}" --body ""
gh pr create --title "docs(translation): auto update translation readme" --body ""
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/generate-theme-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
- name: Create Pull Request
run: |
gh pr create --title "${message}" --body ""
gh pr create --title "docs(theme): auto update theme readme" --body ""
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cc90488

Please sign in to comment.