From 6ed5ddfbba2fdf98e31b26e6247f6ecf0f3fe597 Mon Sep 17 00:00:00 2001 From: Yuta Matsumura Date: Tue, 18 Jul 2023 22:32:48 +0900 Subject: [PATCH] update github-repository-commit.yml --- .github/workflows/github-repository-commit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-repository-commit.yml b/.github/workflows/github-repository-commit.yml index c0abd78..64dd1f0 100644 --- a/.github/workflows/github-repository-commit.yml +++ b/.github/workflows/github-repository-commit.yml @@ -37,6 +37,8 @@ jobs: needs: commit-on-branch runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v3 - name: Call pull request workflow uses: ./.github/workflows/github-pull-request-creation.yml with: