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 f5a449f commit b396445Copy full SHA for b396445
.github/workflows/publish-to-psgallery.yml
@@ -35,7 +35,7 @@ jobs:
35
# Runs a single command using the runners shell
36
- name: Publish Module to PowerShell Gallery
37
#formerly pcgeek86/publish-powershell-module-action@v20
38
- uses: Pxtl/publish-powershell-module-action@v0.1
+ uses: Pxtl/publish-powershell-module-action@v0.2
39
continue-on-error: true
40
id: publish-modules
41
with:
.github/workflows/validate-powershell.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install Pester
55
shell: powershell
56
run: |
57
- Install-Module -Name Pester -Force -Scope CurrentUser
+ Install-Module -Name Pester -Scope CurrentUser
58
59
- name: Run Pester Unit Tests
60
0 commit comments