Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Commit 3178f6d

Browse files
Document Version input accepts NuGet version ranges (GitHub-Script v1.9.0)
1 parent eb4fb6e commit 3178f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Initialize-PSModule action will prepare the runner for the PSModule framewor
3838
| - | - | - | - |
3939
| `Debug` | Enable debug output. | `false` | `'false'` |
4040
| `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` | |
41+
| `Version` | Specifies the version of the GitHub module to be installed. Accepts an exact version or a NuGet version range (for example '[1.2.0, 2.0.0)'). | `false` | |
4242
| `Prerelease` | Allow prerelease versions if available. | `false` | `'false'` |
4343
| `WorkingDirectory` | The working directory where the script runs. | `false` | `${{ github.workspace }}` |
4444

0 commit comments

Comments
 (0)