Skip to content

Commit 46f73c7

Browse files
fix: Update README to include Prerelease input for GitHub module version
1 parent c14103e commit 46f73c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The Initialize-PSModule action will prepare the runner for the PSModule framewor
4040
| `Verbose` | Enable verbose output. | `false` | `'false'` |
4141
| `Version` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | `false` | |
4242
| `Prerelease` | Allow prerelease versions if available. | `false` | `'false'` |
43-
| `WorkingDirectory` | The working directory where the script runs. | `false` | `${{ github.workspace }}` |
43+
| `WorkingDirectory` | The working directory where the script runs. | `false` | `${{ github.workspace }}` |
4444

4545
## Example
4646

0 commit comments

Comments
 (0)