@@ -25,16 +25,16 @@ This step lets you add custom build logic to process or modify the module conten
25
25
26
26
## Usage
27
27
28
- | Name | Description | Required | Default |
29
- | --------------------| ----------------------------------------------------------------------------------------------- | -------- | ------------------------- |
30
- | ` Name ` | Name of the module to process. | ` false ` | |
31
- | ` Path ` | Path to the folder where the modules are located. | ` false ` | ` src ` |
32
- | ` ModulesOutputPath ` | Path to the folder where the built modules are outputted. | ` false ` | ` outputs/modules ` |
33
- | ` Debug ` | Enable debug output. | ` false ` | ` 'false' ` |
34
- | ` Verbose ` | Enable verbose output. | ` false ` | ` 'false' ` |
35
- | ` Version ` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | ` false ` | |
36
- | ` Prerelease ` | Allow prerelease versions if available. | ` false ` | ` 'false' ` |
37
- | ` WorkingDirectory ` | The working directory where the script runs. | ` false ` | ` ${{ github.workspace }} ` |
28
+ | Name | Description | Required | Default |
29
+ | --------------------| ----------------------------------------------------------------------------------------------- | -------- | ----------------- |
30
+ | ` Name ` | Name of the module to process. | ` false ` | |
31
+ | ` Path ` | Path to the folder where the modules are located. | ` false ` | ` src ` |
32
+ | ` ModulesOutputPath ` | Path to the folder where the built modules are outputted. | ` false ` | ` outputs/modules ` |
33
+ | ` Debug ` | Enable debug output. | ` false ` | ` 'false' ` |
34
+ | ` Verbose ` | Enable verbose output. | ` false ` | ` 'false' ` |
35
+ | ` Version ` | Specifies the version of the GitHub module to be installed. The value must be an exact version. | ` false ` | |
36
+ | ` Prerelease ` | Allow prerelease versions if available. | ` false ` | ` 'false' ` |
37
+ | ` WorkingDirectory ` | The working directory where the script runs. | ` false ` | ` '.' ` |
38
38
39
39
## Root module
40
40
0 commit comments