Skip to content

Commit 56770d6

Browse files
🪲 [Fix]: Remove redundant environment initialization step in workflows
1 parent 0de5aa6 commit 56770d6

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

.github/workflows/Build-Module.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ jobs:
4444
- name: Checkout Code
4545
uses: actions/checkout@v4
4646

47-
- name: Initialize environment
48-
uses: PSModule/Initialize-PSModule@v1
49-
with:
50-
Debug: ${{ inputs.Debug }}
51-
Prerelease: ${{ inputs.Prerelease }}
52-
Verbose: ${{ inputs.Verbose }}
53-
Version: ${{ inputs.Version }}
54-
WorkingDirectory: ${{ inputs.WorkingDirectory }}
55-
5647
- name: Build module
5748
uses: PSModule/Build-PSModule@v4
5849
with:

.github/workflows/workflow.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,6 @@ jobs:
273273
- name: Checkout Code
274274
uses: actions/checkout@v4
275275

276-
- name: Initialize environment
277-
uses: PSModule/Initialize-PSModule@v1
278-
with:
279-
Debug: ${{ inputs.Debug }}
280-
Prerelease: ${{ inputs.Prerelease }}
281-
Verbose: ${{ inputs.Verbose }}
282-
Version: ${{ inputs.Version }}
283-
284276
- name: Download module artifact
285277
uses: actions/download-artifact@v4
286278
with:

0 commit comments

Comments
 (0)