Skip to content

Commit 34fcdf1

Browse files
πŸ“– [Docs]: Cleanup documentation (#5)
## Description - Cleanup documentation ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] πŸ“– [Docs] - [ ] πŸͺ² [Fix] - [ ] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] πŸš€ [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 2bb9924 commit 34fcdf1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more information on the available functions and automatic loaded variables,
1414
| `Token` | The GitHub token to use | false | `${{ github.token }}` |
1515
| `Debug` | Enable debug output | false | `'false'` |
1616
| `Verbose` | Enable verbose output | false | `'false'` |
17-
| `Version` | Specifies the version of the resource to be returned. The value must be an exact version. | false | |
17+
| `Version` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | false | |
1818
| `Prerelease` | Allow prerelease versions if available | false | `'false'` |
1919
| `WorkingDirectory` | The working directory where the script will run from | false | `${{ github.workspace }}` |
2020

β€Žaction.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ inputs:
2121
required: false
2222
default: 'false'
2323
Version:
24-
description: |
25-
Specifies the version of the resource to be returned.
26-
The value can be an exact version or a version range using the NuGet versioning syntax.
24+
description: Specifies the version of the GitHub module to be installed. The value must be an exact version.
2725
required: false
2826
Prerelease:
2927
description: Allow prerelease versions if available.

0 commit comments

Comments
Β (0)