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: