We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113bef1 commit 39e46eaCopy full SHA for 39e46ea
.github/workflows/deploy-module.yml
@@ -68,6 +68,7 @@ jobs:
68
with:
69
ref: ${{ github.head_ref }} # checkout the correct branch name
70
fetch-depth: 0
71
+ token: ${{ secrets.REPO_TOKEN }}
72
- name: Download Build Artifact
73
uses: actions/download-artifact@v4
74
source/Public/Config/Get-FabricConfig.ps1
@@ -6,7 +6,7 @@ Gets the configuration for use with all functions in the PSFabricTools module.
6
Gets the configuration for use with all functions in the PSFabricTools module.
7
8
.PARAMETER ConfigName
9
-The name of the configuration to retrieve.
+The name of the configuration to be retrieved.
10
11
.EXAMPLE
12
PS> Get-FabricConfig
0 commit comments