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 61f4b4a commit 9467da1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-pull-request-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:
- name: Dump parameters
run: |
echo "**branch name**"
echo ${{ inputs.branch-name }}
echo "**title**"
echo $TITLE
- name: Create a pull request
run: |
gh pr create \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-repository-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
git checkout main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
create-pull-request:
name: Create a pull request
call-pull-request-workflow:
name: Call pull request workflow
needs: commit-on-branch
uses: ./.github/workflows/github-pull-request-creation.yml
with:
Expand Down

0 comments on commit 9467da1

Please sign in to comment.