Skip to content

Commit 113bef1

Browse files
If only I could run another action test, that would be ace (#114)
1 parent 6cb3a06 commit 113bef1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/deploy-module.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,11 @@ jobs:
7979
env:
8080
GitHubToken: ${{ secrets.GitHubToken }}
8181
GalleryApiToken: ${{ secrets.GalleryApiToken }}
82-
- name: Set Git config
83-
run: |
84-
git config --local user.email "[email protected]"
85-
git config --local user.name "Automated Jess Did this"
8682
- name: Merge main -> develop
8783
# This step merges the main branch into the develop branch after a successful deployment. This ensures that the develop branch includes the tag for the latest release.
8884
run: |
85+
git config --local user.email "[email protected]"
86+
git config --local user.name "Automated Jess Did this"
8987
git checkout main
9088
git pull
9189
git checkout develop

source/Public/Config/Get-FabricConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The name of the configuration to retrieve.
1111
.EXAMPLE
1212
PS> Get-FabricConfig
1313
14-
Gets all the configuration values for the PSFabricTools module and outputs them
14+
Gets all the configuration values for the PSFabricTools module and outputs them.
1515
1616
.EXAMPLE
1717
PS> Get-FabricConfig -ConfigName BaseUrl

0 commit comments

Comments
 (0)