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 e1e02fb commit 5e2ab2a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/create-pr-code-owner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Extract branch name
id: extract_branch
shell: bash
run: echo "branch=${GITHUB_REF#refs/heads/}" >> $GITHUB_OUTPUT

- uses: actions/create-github-app-token@v1
id: generate-token
with:
Expand All @@ -38,6 +33,7 @@ jobs:
--title ${{ github.event.ref }} \
--body-file "pull_request_template.md" \
--reviewer ${{ env.reviewers }} \
--assignee ${{ github.actor }}
--assignee ${{ github.actor }} \
--draft
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}

0 comments on commit 5e2ab2a

Please sign in to comment.