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 dc0635d commit c387649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-pr-code-owner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
gh pr create \
--base ${{ env.base-branch }} \
--head ${{ steps.extract_branch.outputs.branch }} \
--fill \
--title ${{ steps.extract_branch.outputs.branch }} \
--body-file "pull_request_template.md" \
--reviewer ${{ env.reviewers }} \
--assignee ${{ github.actor }} \
--draft
Expand Down

0 comments on commit c387649

Please sign in to comment.