From 86e850990c42e48a0fac194d50d287422f54991c Mon Sep 17 00:00:00 2001 From: Pythyu Date: Wed, 10 Jul 2024 16:47:18 +0200 Subject: [PATCH] fix(action): create_pr --- .github/workflows/create_rc_pr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/create_rc_pr.yml b/.github/workflows/create_rc_pr.yml index a4ce6231e1668..055253bf60deb 100644 --- a/.github/workflows/create_rc_pr.yml +++ b/.github/workflows/create_rc_pr.yml @@ -44,8 +44,6 @@ jobs: uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: ref: ${{ env.RELEASE_BRANCH }} - fetch-depth: 0 - sparse-checkout: 'tasks' - name: Check for changes since last RC id: check_for_changes