Skip to content

Commit

Permalink
fix: Adding RunPSSVG step ( Fixes #194 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Sep 15, 2024
1 parent 0b7fcbc commit 0945728
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/TestAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,8 @@ jobs:
if: ${{ success() }}
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Use PSSVG Action
uses: StartAutomating/PSSVG@main
id: PSSVG
uses: actions/checkout@v4
- RunPSSVG
- name: BuildPipeScript
uses: StartAutomating/PipeScript@main
- name: UseEZOut
Expand Down
8 changes: 2 additions & 6 deletions GitHub/Jobs/BuildPSDevOps.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
steps = @(
@{
name = 'Check out repository'
uses = 'actions/checkout@v2'
},
@{
name = 'Use PSSVG Action'
uses = 'StartAutomating/PSSVG@main'
id = 'PSSVG'
uses = 'actions/checkout@v4'
},
'RunPSSVG',
'RunPipeScript',
'RunEZOut',
'RunHelpOut'
Expand Down
5 changes: 5 additions & 0 deletions GitHub/Steps/RunPSSVG.psd1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@{
name = 'Use PSSVG Action'
uses = 'StartAutomating/PSSVG@main'
id = 'PSSVG'
}

0 comments on commit 0945728

Please sign in to comment.