diff --git a/README.md b/README.md index fdb4bf9..8e27a18 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For more information on the available functions and automatic loaded variables, | `Token` | The GitHub token to use | false | `${{ github.token }}` | | `Debug` | Enable debug output | false | `'false'` | | `Verbose` | Enable verbose output | false | `'false'` | -| `Version` | Specifies the version of the resource to be returned. The value must be an exact version. | false | | +| `Version` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | false | | | `Prerelease` | Allow prerelease versions if available | false | `'false'` | | `WorkingDirectory` | The working directory where the script will run from | false | `${{ github.workspace }}` | diff --git a/action.yml b/action.yml index 2061bd4..ef5dd60 100644 --- a/action.yml +++ b/action.yml @@ -21,9 +21,7 @@ inputs: required: false default: 'false' Version: - description: | - Specifies the version of the resource to be returned. - The value can be an exact version or a version range using the NuGet versioning syntax. + description: Specifies the version of the GitHub module to be installed. The value must be an exact version. required: false Prerelease: description: Allow prerelease versions if available.