Skip to content

Commit

Permalink
Update create-pr-when-pr-is-merged.yml (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Dec 22, 2022
1 parent 7c81ffd commit 22bae36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-pr-when-pr-is-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ jobs:
id: create_pr
with:
route: POST /repos/${{ github.repository }}/pulls
title: | # https://github.com/octokit/request-action#inputs
|-
create pr for random update
title: create pr for random update
head: nakamasato:${{ env.BRANCH_NAME }}
base: ${{ env.BASE_BRANCH_NAME }}
body: | # https://github.com/octokit/request-action#inputs
Expand Down

0 comments on commit 22bae36

Please sign in to comment.