From 989d08f0939c8e87e75b331b88c7740897b8a17f Mon Sep 17 00:00:00 2001 From: elazon Date: Sat, 6 Jul 2024 12:21:13 -0500 Subject: [PATCH] fix rebase-netlify action --- .github/workflows/rebase-netlify.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/rebase-netlify.yaml b/.github/workflows/rebase-netlify.yaml index 4974e62..c802e07 100644 --- a/.github/workflows/rebase-netlify.yaml +++ b/.github/workflows/rebase-netlify.yaml @@ -7,9 +7,13 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + with: + fetch-depth: '0' - uses: actions/checkout@v4 with: ref: netlify + fetch-depth: '0' token: ${{ secrets.GITHUB_TOKEN }} - run: | git rebase main