We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14103e commit 46f73c7Copy full SHA for 46f73c7
README.md
@@ -40,7 +40,7 @@ The Initialize-PSModule action will prepare the runner for the PSModule framewor
40
| `Verbose` | Enable verbose output. | `false` | `'false'` |
41
| `Version` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | `false` | |
42
| `Prerelease` | Allow prerelease versions if available. | `false` | `'false'` |
43
-| `WorkingDirectory` | The working directory where the script runs. | `false` | `${{ github.workspace }}` |
+| `WorkingDirectory` | The working directory where the script runs. | `false` | `${{ github.workspace }}` |
44
45
## Example
46
0 commit comments