Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 0d008a9

Browse files
committed
Fix cloning
1 parent 9efab19 commit 0d008a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/events.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const LoadProjectStep: NpmStep = {
7575
secret.gitHubAppTokenFromRepository(ctx.data.commit),
7676
),
7777
}),
78+
{ detachHead: !!commit.sha, alwaysDeep: true },
7879
);
7980
params.project = project;
8081

0 commit comments

Comments
 (0)