Skip to content

Commit 20519c5

Browse files
authored
fix: checkout the full history before rebasing (#1335)
1 parent 7eaa7b6 commit 20519c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

builder/.github/workflows/update-builder-toml.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
steps:
6666
- name: Check out
6767
uses: actions/checkout@v6
68+
with:
69+
fetch-depth: 0
6870

6971
- name: Checkout branch
7072
uses: paketo-buildpacks/github-config/actions/pull-request/checkout-branch@main

0 commit comments

Comments
 (0)