File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ a critical component for setting up a standardized PowerShell environment across
66This GitHub Action is a part of the [ PSModule framework] ( https://github.com/PSModule ) . It is recommended to use the
77[ Process-PSModule workflow] ( https://github.com/PSModule/Process-PSModule ) to automate the whole process of managing the PowerShell module.
88
9+ ## What this action does
10+
11+ - Removes any existing instances of the ` Helpers ` module from the PowerShell session.
12+ - Copies the latest version of the ` Helpers ` module into the PowerShell module directory.
13+ - Imports the ` Helpers ` module, ensuring it is available for subsequent steps.
14+
15+ This action helps maintain consistency and reliability across workflows that depend on the PSModule framework.
916
1017## Usage
1118
5461 # Example usage of imported Helpers module
5562 Get-Command -Module Helpers
5663` ` `
57-
58- ## What this action does:
59-
60- - Removes any existing instances of the ` Helpers` module from the PowerShell session.
61- - Copies the latest version of the `Helpers` module into the PowerShell module directory.
62- - Imports the `Helpers` module, ensuring it is available for subsequent steps.
63-
64- This action helps maintain consistency and reliability across workflows that depend on the PSModule framework.
65-
You can’t perform that action at this time.
0 commit comments