diff --git a/.github/workflows/github-repository-commit.yml b/.github/workflows/github-repository-commit.yml index 1a0f7da..baf4156 100644 --- a/.github/workflows/github-repository-commit.yml +++ b/.github/workflows/github-repository-commit.yml @@ -40,6 +40,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Call pull request workflow - uses: ./.github/workflows/github-pull-request-creation + uses: tsubakimoto/github-actions-samples/.github/workflows/github-pull-request-creation.yml@main with: branch: $BRANCH