Skip to content

Commit

Permalink
update github-pull-request-creation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Jul 18, 2023
1 parent e79de2f commit 0d74f56
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/github-pull-request-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
echo "**title**"
echo $TITLE
- name: Create a pull request
run: |
gh pr create \
--base main \
--head $BRANCH \
--title "$TITLE" \
--body ""
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: $BRANCH
title: "$TITLE"

0 comments on commit 0d74f56

Please sign in to comment.