diff --git a/docs/03-github/04-builder.mdx b/docs/03-github/04-builder.mdx index 0b7f89b3..9458d859 100644 --- a/docs/03-github/04-builder.mdx +++ b/docs/03-github/04-builder.mdx @@ -227,9 +227,9 @@ Parameters without a value will be considered booleans (with a value of true). There are 2 main use cases: -- To pass your own custom parameters to be used with `buildMethod` above. Note that environment - variables set in the workflow file will not be available in the environment running Unity, so - use this mechanism instead. +- To pass your own custom parameters to be used with `buildMethod` above. Note that environment + variables set in the workflow file will not be available in the environment running Unity, so use + this mechanism instead. - To pass [Unity Build Options](https://docs.unity3d.com/ScriptReference/BuildOptions.html) (for example, `customParameters: -standaloneBuildSubtarget Server` will do server builds)