We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2b5cd commit 31f99eeCopy full SHA for 31f99ee
components/server/src/workspace/context-parser-service.ts
@@ -154,7 +154,7 @@ export class ContextParser {
154
checkoutLocation: subRepo.checkoutLocation || subContext.repository.name,
155
upstreamRemoteURI: this.buildUpstreamCloneUrl(subContext),
156
// we want to create a local branch on all repos, in case it's a multi-repo change. If it's not there are no drawbacks anyway.
157
- //ref: context.ref,
+ ref: context.ref,
158
refType: context.refType,
159
localBranch: context.localBranch,
160
});
0 commit comments