Skip to content

Commit

Permalink
update github-repository-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Jul 18, 2023
1 parent eb8f44b commit 6ec8750
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/github-repository-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ jobs:
create-pull-request:
name: Create a pull request
needs: commit-on-branch
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Call pull request workflow
uses: tsubakimoto/github-actions-samples/.github/workflows/github-pull-request-creation.yml@main
with:
branch: $BRANCH
uses: ./.github/workflows/github-pull-request-creation.yml
with:
branch: $BRANCH

0 comments on commit 6ec8750

Please sign in to comment.