Update gitlab.examples.ts

documentation fix.
The correct name is `protect`.
`protected` is use for variables.

Signed-off-by: César Sepúlveda <cesar.sepulveda.b@gmail.com>
This commit is contained in:
César Sepúlveda
2024-06-10 17:13:49 -04:00
committed by GitHub
parent 34f9882d12
commit 792612b46d
@@ -121,12 +121,12 @@ export const examples: TemplateExample[] = [
{
name: 'dev',
create: true,
protected: true,
protect: true,
ref: 'master',
},
{
name: 'master',
protected: true,
protect: true,
},
],
},