Skip to content

Commit 21851bb

Browse files
📖 [Docs]: Update default values for Path and Version inputs (#21)
## Description This pull request includes updates to the `README.md` file to clarify the default values for several configuration parameters in the `jobs:` section. The most important changes are: * Updated the default value for the `Path` parameter to indicate that there is no default value. * Updated the default value for the `Version` parameter to indicate that there is no default value. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [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 1166b5b commit 21851bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254

255255
| **Input** | **Description** | **Default** |
256256
|--------------------------------------|--------------------------------------------------------------------------------------------------------|---------------------------------|
257-
| `Path` | Path to where tests are located or a configuration file. | `${{ github.workspace }}/tests` |
257+
| `Path` | Path to where tests are located or a configuration file. | *(none)* |
258258
| `Run_Path` | Directories/files to be searched for tests. | *(none)* |
259259
| `Run_ExcludePath` | Directories/files to exclude from the run. | *(none)* |
260260
| `Run_ScriptBlock` | ScriptBlocks containing tests to be executed. | *(none)* |
@@ -299,7 +299,7 @@ jobs:
299299
| `TestRegistry_Enabled` | Enable `TestRegistry`. | *(none)* |
300300
| `Debug` | Enable debug output. | `'false'` |
301301
| `Verbose` | Enable verbose output. | `'false'` |
302-
| `Version` | Specifies the exact version of the GitHub module to install. | |
302+
| `Version` | Specifies the exact version of the GitHub module to install. | *(none)* |
303303
| `Prerelease` | Allow prerelease versions if available. | `'false'` |
304304
| `WorkingDirectory` | The working directory where the script runs. | `${{ github.workspace }}` |
305305

0 commit comments

Comments
 (0)