Skip to content

Commit 39e46ea

Browse files
More? Like Oliver please (#116)
1 parent 113bef1 commit 39e46ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-module.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
with:
6969
ref: ${{ github.head_ref }} # checkout the correct branch name
7070
fetch-depth: 0
71+
token: ${{ secrets.REPO_TOKEN }}
7172
- name: Download Build Artifact
7273
uses: actions/download-artifact@v4
7374
with:

source/Public/Config/Get-FabricConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gets the configuration for use with all functions in the PSFabricTools module.
66
Gets the configuration for use with all functions in the PSFabricTools module.
77
88
.PARAMETER ConfigName
9-
The name of the configuration to retrieve.
9+
The name of the configuration to be retrieved.
1010
1111
.EXAMPLE
1212
PS> Get-FabricConfig

0 commit comments

Comments
 (0)