From d4c68a480fae9c39ff2ec5833423b11af72a6861 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Thu, 27 Jul 2023 00:26:29 +0200 Subject: [PATCH] ci: fix rollup fetch depth (#1320) --- .github/workflows/rollup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rollup.yml b/.github/workflows/rollup.yml index 2bf754100..25b558711 100644 --- a/.github/workflows/rollup.yml +++ b/.github/workflows/rollup.yml @@ -22,6 +22,7 @@ jobs: uses: actions/checkout@v3 with: submodules: true + fetch-depth: 0 ref: ${{ matrix.branches }} token: ${{ secrets.UPDATE_PAT }} - name: Create update branch