Skip to content

Commit 58a824d

Browse files
Refactor README.md to consolidate the "What this action does" section for clarity and improved readability
1 parent fde65d9 commit 58a824d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ a critical component for setting up a standardized PowerShell environment across
66
This 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

@@ -54,12 +61,3 @@ jobs:
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-

0 commit comments

Comments
 (0)