Skip to content

Commit 4fb268e

Browse files
authored
Fixed formatting
1 parent 7385517 commit 4fb268e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

umbraco-cloud/build-and-customize-your-solution/handle-deployments-and-environments/umbraco-cicd/samplecicdpipeline/advanced-deployment-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Locate the main entry pipeline file. It will usually be this one: `main.yml`.
100100
umbracoCloudApiKey: ${{ secrets.UMBRACO_CLOUD_API_KEY }}
101101
```
102102

103-
The fields: `noBuildAndRestore` and `skipVersionCheck` can be marked with a `"true"`.
103+
The fields: `noBuildAndRestore` and `skipVersionCheck` can be marked with a `true`.
104104

105105
{% endtab %}
106106
{% tab title="GitHub Actions PowerShell" %}

0 commit comments

Comments
 (0)