Skip to content

Commit

Permalink
ci: Add workflow - fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
noritakaIzumi committed Nov 4, 2024
1 parent 6a60d99 commit e5d667d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-pr-code-owner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
gh pr create \
--base ${{ env.base-branch }} \
--head ${{ github.event.ref }} \
--title ${{ github.event.ref }} \
--template "pull_request_template.md" \
--fill \
--reviewer ${{ env.reviewers }} \
--assignee ${{ github.actor }} \
--draft
Expand Down

0 comments on commit e5d667d

Please sign in to comment.