Merge pull request #25118 from csepulveda/fix-gitlab-branches-example

Update gitlab.examples.ts
This commit is contained in:
Patrik Oldsberg
2024-06-11 00:21:40 +02:00
committed by GitHub
@@ -121,12 +121,12 @@ export const examples: TemplateExample[] = [
{
name: 'dev',
create: true,
protected: true,
protect: true,
ref: 'master',
},
{
name: 'master',
protected: true,
protect: true,
},
],
},