Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Jun 11, 2022
1 parent 9efab19 commit 0d008a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const LoadProjectStep: NpmStep = {
secret.gitHubAppTokenFromRepository(ctx.data.commit),
),
}),
{ detachHead: !!commit.sha, alwaysDeep: true },
);
params.project = project;

Expand Down

0 comments on commit 0d008a9

Please sign in to comment.