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 committed Jul 23, 2023
1 parent 6232c64 commit f828495
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github-pull-request-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
- name: Create a pull request
id: pr
run: |
echo "url=$(gh pr create \
url=$(gh pr create \
--base main \
--head $BRANCH \
--title '$TITLE' \
--body '')" >> $GITHUB_OUTPUT
--title "$TITLE" \
--body "")
echo "url=$url" >> $GITHUB_OUTPUT
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f828495

Please sign in to comment.